Skip navigation links
spring-context-indexer
A C G I O P R T W 

A

add(ItemMetadata) - Method in class org.springframework.context.index.metadata.CandidateComponentsMetadata
 

C

CandidateComponentsIndexer - Class in org.springframework.context.index
Annotation Processor that writes CandidateComponentsMetadata file for spring components.
CandidateComponentsIndexer() - Constructor for class org.springframework.context.index.CandidateComponentsIndexer
 
CandidateComponentsMetadata - Class in org.springframework.context.index.metadata
Meta-data for candidate components.
CandidateComponentsMetadata() - Constructor for class org.springframework.context.index.metadata.CandidateComponentsMetadata
 

G

getItems() - Method in class org.springframework.context.index.metadata.CandidateComponentsMetadata
 
getStereotypes() - Method in class org.springframework.context.index.metadata.ItemMetadata
 
getStereotypesProviders(ProcessingEnvironment) - Method in class org.springframework.context.index.CandidateComponentsIndexer
 
getType() - Method in class org.springframework.context.index.metadata.ItemMetadata
 

I

init(ProcessingEnvironment) - Method in class org.springframework.context.index.CandidateComponentsIndexer
 
ItemMetadata - Class in org.springframework.context.index.metadata
Represents one entry in the index.
ItemMetadata(String, Set<String>) - Constructor for class org.springframework.context.index.metadata.ItemMetadata
 

O

org.springframework.context.index - package org.springframework.context.index
Generates a 'META-INF/spring.candidates' at compilation time with all the component candidates detected in the module.
org.springframework.context.index.metadata - package org.springframework.context.index.metadata
Support package for defining and storing the metadata that forms the index.

P

process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.springframework.context.index.CandidateComponentsIndexer
 
PropertiesMarshaller - Class in org.springframework.context.index.metadata
Marshaller to write CandidateComponentsMetadata as properties.
PropertiesMarshaller() - Constructor for class org.springframework.context.index.metadata.PropertiesMarshaller
 

R

read(InputStream) - Method in class org.springframework.context.index.metadata.PropertiesMarshaller
 

T

toString() - Method in class org.springframework.context.index.metadata.CandidateComponentsMetadata
 

W

write(CandidateComponentsMetadata, OutputStream) - Method in class org.springframework.context.index.metadata.PropertiesMarshaller
 
writeMetaData() - Method in class org.springframework.context.index.CandidateComponentsIndexer
 
A C G I O P R T W 
Skip navigation links
spring-context-indexer