Uses of Class
org.immutables.value.processor.encode.EncodedElement.Param
Packages that use EncodedElement.Param
-
Uses of EncodedElement.Param in org.immutables.value.processor.encode
Subclasses of EncodedElement.Param in org.immutables.value.processor.encodeModifier and TypeClassDescription(package private) static final classImmutable implementation ofEncodedElement.Param.Fields in org.immutables.value.processor.encode with type parameters of type EncodedElement.ParamModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<EncodedElement.Param> ImmutableEncodedElement.Builder.paramsprivate final com.google.common.collect.ImmutableList<EncodedElement.Param> ImmutableEncodedElement.paramsMethods in org.immutables.value.processor.encode that return EncodedElement.ParamModifier and TypeMethodDescriptionstatic EncodedElement.ParamImmutableEncodedElement.Param.copyOf(EncodedElement.Param instance) Creates an immutable copy of aEncodedElement.Paramvalue.(package private) EncodedElement.ParamEncodedElement.firstParam()static EncodedElement.ParamEncodedElement.Param.from(String input, Type.Parser parser) (package private) static EncodedElement.Param(package private) static EncodedElement.Paramstatic EncodedElement.ParamConstruct a new immutableParaminstance.static EncodedElement.ParamConstruct a new immutableParaminstance.Methods in org.immutables.value.processor.encode that return types with arguments of type EncodedElement.ParamModifier and TypeMethodDescriptionprivate List<EncodedElement.Param> Encodings.Encoding.getParameters(TypeExtractor typesReader, ExecutableElement method) (package private) abstract 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.ParamModifier and TypeMethodDescriptionfinal EncodedElement.BuilderImmutableEncodedElement.Builder.addParams(EncodedElement.Param element) Adds one element toparamslist.final 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.final 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.ParamModifier and TypeMethodDescriptionfinal EncodedElement.BuilderImmutableEncodedElement.Builder.addAllParams(Iterable<? extends EncodedElement.Param> elements) Adds elements toparamslist.final ImmutableEncodedElementImmutableEncodedElement.withParams(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.ParamModifierConstructorDescriptionprivateImmutableEncodedElement(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<String> doc, com.google.common.collect.ImmutableList<String> annotations, StandardNaming standardNaming)