Uses of Class
org.immutables.value.processor.encode.ImmutableEncodedElement.Param
-
Packages that use ImmutableEncodedElement.Param Package Description org.immutables.value.processor.encode -
-
Uses of ImmutableEncodedElement.Param in org.immutables.value.processor.encode
Methods in org.immutables.value.processor.encode that return ImmutableEncodedElement.Param Modifier and Type Method Description ImmutableEncodedElement.ParamImmutableEncodedElement.Param. withAnnotations(java.lang.Iterable<java.lang.String> elements)Copy the current immutable object with elements that replace the content ofannotations.ImmutableEncodedElement.ParamImmutableEncodedElement.Param. withAnnotations(java.lang.String... elements)Copy the current immutable object with elements that replace the content ofannotations.ImmutableEncodedElement.ParamImmutableEncodedElement.Param. withName(java.lang.String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableEncodedElement.ParamImmutableEncodedElement.Param. withType(Type value)Copy the current immutable object by setting a value for thetypeattribute.Methods in org.immutables.value.processor.encode with parameters of type ImmutableEncodedElement.Param Modifier and Type Method Description private booleanImmutableEncodedElement.Param. equalTo(int synthetic, ImmutableEncodedElement.Param another)Constructors in org.immutables.value.processor.encode with parameters of type ImmutableEncodedElement.Param Constructor Description Param(ImmutableEncodedElement.Param original, java.lang.String name, Type type, com.google.common.collect.ImmutableList<java.lang.String> annotations)
-