Uses of Class
org.immutables.value.processor.encode.EncodedElement.Param
-
Packages that use EncodedElement.Param Package Description org.immutables.value.processor.encode -
-
Uses of EncodedElement.Param in org.immutables.value.processor.encode
Subclasses of EncodedElement.Param in org.immutables.value.processor.encode Modifier and Type Class Description (package private) static classImmutableEncodedElement.ParamImmutable implementation ofEncodedElement.Param.Fields in org.immutables.value.processor.encode with type parameters of type EncodedElement.Param Modifier and Type Field Description private com.google.common.collect.ImmutableList.Builder<EncodedElement.Param>ImmutableEncodedElement.Builder. paramsprivate com.google.common.collect.ImmutableList<EncodedElement.Param>ImmutableEncodedElement. paramsMethods in org.immutables.value.processor.encode that return EncodedElement.Param Modifier and Type Method Description static EncodedElement.ParamImmutableEncodedElement.Param. copyOf(EncodedElement.Param instance)Creates an immutable copy of aEncodedElement.Paramvalue.(package private) EncodedElement.ParamEncodedElement. firstParam()static EncodedElement.ParamEncodedElement.Param. from(java.lang.String input, Type.Parser parser)(package private) static EncodedElement.ParamEncodedElement.Param. of(java.lang.String name, Type type)(package private) static EncodedElement.ParamEncodedElement.Param. of(java.lang.String name, Type type, java.util.List<java.lang.String> annotations)static EncodedElement.ParamImmutableEncodedElement.Param. of(java.lang.String name, Type type, java.lang.Iterable<java.lang.String> annotations)Construct a new immutableParaminstance.static EncodedElement.ParamImmutableEncodedElement.Param. of(java.lang.String name, Type type, java.util.List<java.lang.String> annotations)Construct a new immutableParaminstance.Methods in org.immutables.value.processor.encode that return types with arguments of type EncodedElement.Param Modifier and Type Method Description private java.util.List<EncodedElement.Param>Encodings.Encoding. getParameters(TypeExtractor typesReader, javax.lang.model.element.ExecutableElement method)(package private) abstract java.util.List<EncodedElement.Param>EncodedElement. params()(package private) com.google.common.collect.ImmutableList<EncodedElement.Param>ImmutableEncodedElement. params()Methods in org.immutables.value.processor.encode with parameters of type EncodedElement.Param Modifier and Type Method Description EncodedElement.BuilderImmutableEncodedElement.Builder. addParams(EncodedElement.Param element)Adds one element toparamslist.EncodedElement.BuilderImmutableEncodedElement.Builder. addParams(EncodedElement.Param... elements)Adds elements toparamslist.static EncodedElement.ParamImmutableEncodedElement.Param. copyOf(EncodedElement.Param instance)Creates an immutable copy of aEncodedElement.Paramvalue.ImmutableEncodedElementImmutableEncodedElement. withParams(EncodedElement.Param... elements)Copy the current immutable object with elements that replace the content ofparams.Method parameters in org.immutables.value.processor.encode with type arguments of type EncodedElement.Param Modifier and Type Method Description EncodedElement.BuilderImmutableEncodedElement.Builder. addAllParams(java.lang.Iterable<? extends EncodedElement.Param> elements)Adds elements toparamslist.ImmutableEncodedElementImmutableEncodedElement. withParams(java.lang.Iterable<? extends EncodedElement.Param> elements)Copy the current immutable object with elements that replace the content ofparams.Constructor parameters in org.immutables.value.processor.encode with type arguments of type EncodedElement.Param Constructor Description ImmutableEncodedElement(java.lang.String name, Type type, Naming naming, com.google.common.collect.ImmutableList<EncodedElement.Param> params, com.google.common.collect.ImmutableList<Code.Term> code, com.google.common.collect.ImmutableList<Type> thrown, com.google.common.collect.ImmutableSet<EncodedElement.Tag> tags, Type.Parameters typeParameters, com.google.common.collect.ImmutableList<EncodedElement.TypeParam> typeParams, com.google.common.collect.ImmutableList<java.lang.String> doc, com.google.common.collect.ImmutableList<java.lang.String> annotations, StandardNaming standardNaming)
-