Uses of Class
org.immutables.value.processor.meta.AttributeBuilderThirdPartyModel
-
Packages that use AttributeBuilderThirdPartyModel Package Description org.immutables.value.processor.meta -
-
Uses of AttributeBuilderThirdPartyModel in org.immutables.value.processor.meta
Subclasses of AttributeBuilderThirdPartyModel in org.immutables.value.processor.meta Modifier and Type Class Description (package private) static classAttributeBuilderThirdPartyModel.Creator(package private) classImmutableAttributeBuilderThirdPartyModelImmutable implementation ofAttributeBuilderThirdPartyModel.(package private) classModifiableCreatorA modifiable implementation of theCreatortype.Fields in org.immutables.value.processor.meta declared as AttributeBuilderThirdPartyModel Modifier and Type Field Description private AttributeBuilderThirdPartyModelImmutableThirdPartyAttributeBuilderStrategy. builderModelMethods in org.immutables.value.processor.meta that return AttributeBuilderThirdPartyModel Modifier and Type Method Description protected abstract AttributeBuilderThirdPartyModelAttributeBuilderThirdPartyModel.Creator. builderMethod(javax.lang.model.element.ExecutableElement buildMethod)protected abstract AttributeBuilderThirdPartyModelAttributeBuilderReflection.ThirdPartyAttributeBuilderStrategy. builderModel()Guaranteed not null if isAttributeBuilder is true.protected AttributeBuilderThirdPartyModelImmutableThirdPartyAttributeBuilderStrategy. builderModel()protected abstract AttributeBuilderThirdPartyModelAttributeBuilderThirdPartyModel.Creator. builderType(javax.lang.model.element.TypeElement builderType)protected abstract AttributeBuilderThirdPartyModelAttributeBuilderThirdPartyModel.Creator. buildMethod(javax.lang.model.element.ExecutableElement buildMethod)protected abstract AttributeBuilderThirdPartyModelAttributeBuilderThirdPartyModel.Creator. copyMethod(javax.lang.model.element.ExecutableElement copyMethod)AttributeBuilderThirdPartyModelAttributeBuilderThirdPartyModel.Creator. toImmutable()Methods in org.immutables.value.processor.meta with parameters of type AttributeBuilderThirdPartyModel Modifier and Type Method Description static ImmutableAttributeBuilderThirdPartyModelImmutableAttributeBuilderThirdPartyModel. copyOf(AttributeBuilderThirdPartyModel instance)Creates an immutable copy of aAttributeBuilderThirdPartyModelvalue.ModifiableCreatorModifiableCreator. from(AttributeBuilderThirdPartyModel instance)Fill this modifiable instance with attribute values from the providedAttributeBuilderThirdPartyModelinstance.voidAttributeBuilderThirdPartyModel.Creator. mergeFrom(AttributeBuilderThirdPartyModel toCopyFrom)static ImmutableThirdPartyAttributeBuilderStrategyImmutableThirdPartyAttributeBuilderStrategy. of(AttributeBuilderThirdPartyModel builderModel, javax.lang.model.element.TypeElement attributeValueType)Construct a new immutableThirdPartyAttributeBuilderStrategyinstance.ImmutableThirdPartyAttributeBuilderStrategyImmutableThirdPartyAttributeBuilderStrategy. withBuilderModel(AttributeBuilderThirdPartyModel value)Copy the current immutable object by setting a value for thebuilderModelattribute.Constructors in org.immutables.value.processor.meta with parameters of type AttributeBuilderThirdPartyModel Constructor Description ImmutableThirdPartyAttributeBuilderStrategy(AttributeBuilderThirdPartyModel builderModel, javax.lang.model.element.TypeElement attributeValueType)
-