Uses of Class
org.immutables.value.processor.encode.ImmutableEncodingInfo
-
Packages that use ImmutableEncodingInfo Package Description org.immutables.value.processor.encode -
-
Uses of ImmutableEncodingInfo in org.immutables.value.processor.encode
Methods in org.immutables.value.processor.encode that return ImmutableEncodingInfo Modifier and Type Method Description ImmutableEncodingInfoImmutableEncodingInfo. withElement(java.lang.Iterable<? extends EncodedElement> elements)Copy the current immutable object with elements that replace the content ofelement.ImmutableEncodingInfoImmutableEncodingInfo. withElement(EncodedElement... elements)Copy the current immutable object with elements that replace the content ofelement.ImmutableEncodingInfoImmutableEncodingInfo. withImports(java.lang.Iterable<java.lang.String> elements)Copy the current immutable object with elements that replace the content ofimports.ImmutableEncodingInfoImmutableEncodingInfo. withImports(java.lang.String... elements)Copy the current immutable object with elements that replace the content ofimports.ImmutableEncodingInfoImmutableEncodingInfo. withName(java.lang.String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableEncodingInfoImmutableEncodingInfo. withTypeFactory(Type.Factory value)Copy the current immutable object by setting a value for thetypeFactoryattribute.ImmutableEncodingInfoImmutableEncodingInfo. withTypeParameters(Type.Parameters value)Copy the current immutable object by setting a value for thetypeParametersattribute.Methods in org.immutables.value.processor.encode with parameters of type ImmutableEncodingInfo Modifier and Type Method Description private booleanImmutableEncodingInfo. equalTo(int synthetic, ImmutableEncodingInfo another)
-