Class JavaBeanAttributesCollector.Fields
java.lang.Object
org.immutables.value.processor.meta.JavaBeanAttributesCollector.Fields
- Enclosing class:
JavaBeanAttributesCollector
Collects and caches list of fields for current type
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalternativeNamesFor(VariableElement element) List alternative names for a fieldprivate <C extends Collection<VariableElement>>
CcollectFields(Element element, C collection) For some reasonElements.getAllMembers(TypeElement)does not return fields from parent class.(package private) VariableElementnames()
-
Field Details
-
fields
-
-
Constructor Details
-
Fields
private Fields()
-
-
Method Details
-
alternativeNamesFor
List alternative names for a field -
field
-
collectFields
private <C extends Collection<VariableElement>> C collectFields(@Nullable Element element, C collection) For some reasonElements.getAllMembers(TypeElement)does not return fields from parent class. Collecting them manually in this method. -
names
-