Uses of Class
org.immutables.value.processor.meta.ImmutableConstitution
-
Packages that use ImmutableConstitution Package Description org.immutables.value.processor.meta -
-
Uses of ImmutableConstitution in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta that return ImmutableConstitution Modifier and Type Method Description ImmutableConstitutionImmutableConstitution.Builder. build()Builds a newImmutableConstitution.static ImmutableConstitutionImmutableConstitution. copyOf(Constitution instance)Creates an immutable copy of aConstitutionvalue.ImmutableConstitutionImmutableConstitution. withProtoclass(Proto.Protoclass value)Copy the current immutable object by setting a value for theprotoclassattribute.Methods in org.immutables.value.processor.meta with parameters of type ImmutableConstitution Modifier and Type Method Description private booleanImmutableConstitution. equalTo(int synthetic, ImmutableConstitution another)
-