Interface AttributeBuilderReflection.Strategy
-
- All Known Implementing Classes:
AttributeBuilderReflection.FirstPartyStrategy,AttributeBuilderReflection.ThirdPartyAttributeBuilderStrategy,ImmutableFirstPartyStrategy,ImmutableThirdPartyAttributeBuilderStrategy
- Enclosing class:
- AttributeBuilderReflection
static interface AttributeBuilderReflection.StrategyAllows 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeBuilderDescriptorgetAttributeBuilderDescriptor()booleanisAttributeBuilder()
-
-
-
Method Detail
-
isAttributeBuilder
boolean isAttributeBuilder()
-
getAttributeBuilderDescriptor
AttributeBuilderDescriptor getAttributeBuilderDescriptor()
-
-