Uses of Class
org.immutables.value.processor.meta.AttributeBuilderThirdPartyModel
Packages that use AttributeBuilderThirdPartyModel
-
Uses of AttributeBuilderThirdPartyModel in org.immutables.value.processor.meta
Subclasses of AttributeBuilderThirdPartyModel in org.immutables.value.processor.metaModifier and TypeClassDescription(package private) static class(package private) final classImmutable implementation ofAttributeBuilderThirdPartyModel.(package private) final classA modifiable implementation of theCreatortype.Fields in org.immutables.value.processor.meta declared as AttributeBuilderThirdPartyModelModifier and TypeFieldDescriptionprivate final AttributeBuilderThirdPartyModelImmutableThirdPartyAttributeBuilderStrategy.builderModelMethods in org.immutables.value.processor.meta that return AttributeBuilderThirdPartyModelModifier and TypeMethodDescriptionprotected abstract AttributeBuilderThirdPartyModelAttributeBuilderThirdPartyModel.Creator.builderMethod(ExecutableElement buildMethod) protected abstract AttributeBuilderThirdPartyModelAttributeBuilderReflection.ThirdPartyAttributeBuilderStrategy.builderModel()Guaranteed not null if isAttributeBuilder is true.protected AttributeBuilderThirdPartyModelImmutableThirdPartyAttributeBuilderStrategy.builderModel()protected abstract AttributeBuilderThirdPartyModelAttributeBuilderThirdPartyModel.Creator.builderType(TypeElement builderType) protected abstract AttributeBuilderThirdPartyModelAttributeBuilderThirdPartyModel.Creator.buildMethod(ExecutableElement buildMethod) protected abstract AttributeBuilderThirdPartyModelAttributeBuilderThirdPartyModel.Creator.copyMethod(ExecutableElement copyMethod) AttributeBuilderThirdPartyModel.Creator.toImmutable()Methods in org.immutables.value.processor.meta with parameters of type AttributeBuilderThirdPartyModelModifier and TypeMethodDescriptionImmutableAttributeBuilderThirdPartyModel.copyOf(AttributeBuilderThirdPartyModel instance) Creates an immutable copy of aAttributeBuilderThirdPartyModelvalue.ModifiableCreator.from(AttributeBuilderThirdPartyModel instance) Fill this modifiable instance with attribute values from the providedAttributeBuilderThirdPartyModelinstance.voidAttributeBuilderThirdPartyModel.Creator.mergeFrom(AttributeBuilderThirdPartyModel toCopyFrom) ImmutableThirdPartyAttributeBuilderStrategy.of(AttributeBuilderThirdPartyModel builderModel, TypeElement attributeValueType) Construct a new immutableThirdPartyAttributeBuilderStrategyinstance.ImmutableThirdPartyAttributeBuilderStrategy.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 AttributeBuilderThirdPartyModelModifierConstructorDescriptionprivateImmutableThirdPartyAttributeBuilderStrategy(AttributeBuilderThirdPartyModel builderModel, TypeElement attributeValueType)