Uses of Class
org.immutables.value.processor.meta.ImmutableThirdPartyAttributeBuilderStrategy
-
Packages that use ImmutableThirdPartyAttributeBuilderStrategy Package Description org.immutables.value.processor.meta -
-
Uses of ImmutableThirdPartyAttributeBuilderStrategy in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return ImmutableThirdPartyAttributeBuilderStrategy Modifier and Type Method Description static ImmutableThirdPartyAttributeBuilderStrategyImmutableThirdPartyAttributeBuilderStrategy. copyOf(AttributeBuilderReflection.ThirdPartyAttributeBuilderStrategy instance)Creates an immutable copy of aAttributeBuilderReflection.ThirdPartyAttributeBuilderStrategyvalue.static ImmutableThirdPartyAttributeBuilderStrategyImmutableThirdPartyAttributeBuilderStrategy. of(AttributeBuilderThirdPartyModel builderModel, javax.lang.model.element.TypeElement attributeValueType)Construct a new immutableThirdPartyAttributeBuilderStrategyinstance.ImmutableThirdPartyAttributeBuilderStrategyImmutableThirdPartyAttributeBuilderStrategy. withAttributeValueType(javax.lang.model.element.TypeElement value)Copy the current immutable object by setting a value for theattributeValueTypeattribute.ImmutableThirdPartyAttributeBuilderStrategyImmutableThirdPartyAttributeBuilderStrategy. withBuilderModel(AttributeBuilderThirdPartyModel value)Copy the current immutable object by setting a value for thebuilderModelattribute.Methods in org.immutables.value.processor.meta with parameters of type ImmutableThirdPartyAttributeBuilderStrategy Modifier and Type Method Description private booleanImmutableThirdPartyAttributeBuilderStrategy. equalTo(int synthetic, ImmutableThirdPartyAttributeBuilderStrategy another)
-