Uses of Class
org.immutables.value.processor.ImmutableDatatypeTypes
-
Packages that use ImmutableDatatypeTypes Package Description org.immutables.value.processor -
-
Uses of ImmutableDatatypeTypes in org.immutables.value.processor
Methods in org.immutables.value.processor that return ImmutableDatatypeTypes Modifier and Type Method Description ImmutableDatatypeTypesImmutableDatatypeTypes.Builder. build()Builds a newImmutableDatatypeTypes.static ImmutableDatatypeTypesImmutableDatatypeTypes. copyOf(Datatypes.DatatypeTypes instance)Creates an immutable copy of aDatatypes.DatatypeTypesvalue.ImmutableDatatypeTypesImmutableDatatypeTypes. withDefinedBy(Proto.AbstractDeclaring value)Copy the current immutable object by setting a value for thedefinedByattribute.ImmutableDatatypeTypesImmutableDatatypeTypes. withPackageGenerated(java.lang.String value)Copy the current immutable object by setting a value for thepackageGeneratedattribute.ImmutableDatatypeTypesImmutableDatatypeTypes. withTypes(java.lang.Iterable<? extends ValueType> elements)Copy the current immutable object with elements that replace the content oftypes.ImmutableDatatypeTypesImmutableDatatypeTypes. withTypes(ValueType... elements)Copy the current immutable object with elements that replace the content oftypes.Methods in org.immutables.value.processor with parameters of type ImmutableDatatypeTypes Modifier and Type Method Description private booleanImmutableDatatypeTypes. equalTo(int synthetic, ImmutableDatatypeTypes another)
-