Interface AttributeBuilderReflection.Strategy
- All Known Implementing Classes:
AttributeBuilderReflection.FirstPartyStrategy,AttributeBuilderReflection.ThirdPartyAttributeBuilderStrategy,ImmutableFirstPartyStrategy,ImmutableThirdPartyAttributeBuilderStrategy
- Enclosing class:
AttributeBuilderReflection
static interface AttributeBuilderReflection.Strategy
Allows for different mechanisms of discovering nested builders.
This is needed because Immutables value objects may not be available on the
class path during processing, which will be order dependent.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isAttributeBuilder
boolean isAttributeBuilder() -
getAttributeBuilderDescriptor
AttributeBuilderDescriptor getAttributeBuilderDescriptor()
-