Class ElementReader
java.lang.Object
com.github.egoettelmann.spring.configuration.extensions.annotationprocessor.value.reader.ElementReader
A reader class to extract the value annotation metadata from a given
Element.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the value annotation metadata from the given element.
-
Field Details
-
VALUE_ANNOTATION_CLASS
The value annotation class to process- See Also:
-
-
Constructor Details
-
ElementReader
Instantiates the reader.- Parameters:
elementUtils- the utils class to interact with the element context
-
-
Method Details
-
read
Extracts the value annotation metadata from the given element.- Parameters:
element- the element to read- Returns:
- the list of value annotation metadata
-