Uses of Class
org.immutables.value.processor.meta.ImmutableAttributeBuilderReflection
-
Packages that use ImmutableAttributeBuilderReflection Package Description org.immutables.value.processor.meta -
-
Uses of ImmutableAttributeBuilderReflection in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return ImmutableAttributeBuilderReflection Modifier and Type Method Description static ImmutableAttributeBuilderReflectionImmutableAttributeBuilderReflection. copyOf(AttributeBuilderReflection instance)Creates an immutable copy of aAttributeBuilderReflectionvalue.static ImmutableAttributeBuilderReflectionImmutableAttributeBuilderReflection. of(ValueAttribute valueAttribute)Construct a new immutableAttributeBuilderReflectioninstance.ImmutableAttributeBuilderReflectionImmutableAttributeBuilderReflection. withValueAttribute(ValueAttribute value)Copy the current immutable object by setting a value for thevalueAttributeattribute.Methods in org.immutables.value.processor.meta with parameters of type ImmutableAttributeBuilderReflection Modifier and Type Method Description private booleanImmutableAttributeBuilderReflection. equalTo(int synthetic, ImmutableAttributeBuilderReflection another)Constructors in org.immutables.value.processor.meta with parameters of type ImmutableAttributeBuilderReflection Constructor Description ImmutableAttributeBuilderReflection(ImmutableAttributeBuilderReflection original, ValueAttribute valueAttribute)
-