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