ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.Builder.builder(boolean builder) |
Initializes the value for the builder attribute.
|
ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.Builder.copy(boolean copy) |
Initializes the value for the copy attribute.
|
ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.Builder.from(ValueImmutableInfo instance) |
Fill a builder with attribute values from the provided org.immutables.value.processor.meta.ValueImmutableInfo instance.
|
ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.Builder.from(ValueMirrors.Immutable instance) |
Fill a builder with attribute values from the provided org.immutables.value.processor.meta.ValueMirrors.Immutable instance.
|
ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.Builder.intern(boolean intern) |
Initializes the value for the intern attribute.
|
ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.Builder.isDefault(boolean isDefault) |
Initializes the value for the isDefault attribute.
|
ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.Builder.lazyhash(boolean lazyhash) |
Initializes the value for the lazyhash attribute.
|
ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.Builder.prehash(boolean prehash) |
Initializes the value for the prehash attribute.
|
ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.Builder.singleton(boolean singleton) |
Initializes the value for the singleton attribute.
|
static ImmutableValueImmutableInfo.Builder |
ImmutableValueImmutableInfo.theBuilder() |
|