Uses of Class
org.immutables.value.processor.encode.EncodedElement.TypeParam
Packages that use EncodedElement.TypeParam
-
Uses of EncodedElement.TypeParam in org.immutables.value.processor.encode
Subclasses of EncodedElement.TypeParam in org.immutables.value.processor.encodeModifier and TypeClassDescription(package private) static final classImmutable implementation ofEncodedElement.TypeParam.Fields in org.immutables.value.processor.encode with type parameters of type EncodedElement.TypeParamModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<EncodedElement.TypeParam> ImmutableEncodedElement.Builder.typeParamsprivate final com.google.common.collect.ImmutableList<EncodedElement.TypeParam> ImmutableEncodedElement.typeParamsMethods in org.immutables.value.processor.encode that return EncodedElement.TypeParamModifier and TypeMethodDescriptionImmutableEncodedElement.TypeParam.Builder.build()Builds a newTypeParam.static EncodedElement.TypeParamImmutableEncodedElement.TypeParam.copyOf(EncodedElement.TypeParam instance) Creates an immutable copy of aEncodedElement.TypeParamvalue.(package private) static EncodedElement.TypeParamEncodedElement.TypeParam.from(String input, Type.Factory typeFactory, Type.Parameters typeParameters) Methods in org.immutables.value.processor.encode that return types with arguments of type EncodedElement.TypeParamModifier and TypeMethodDescription(package private) abstract List<EncodedElement.TypeParam> EncodedElement.typeParams()(package private) com.google.common.collect.ImmutableList<EncodedElement.TypeParam> ImmutableEncodedElement.typeParams()Methods in org.immutables.value.processor.encode with parameters of type EncodedElement.TypeParamModifier and TypeMethodDescriptionfinal EncodedElement.BuilderImmutableEncodedElement.Builder.addTypeParams(EncodedElement.TypeParam element) Adds one element totypeParamslist.final EncodedElement.BuilderImmutableEncodedElement.Builder.addTypeParams(EncodedElement.TypeParam... elements) Adds elements totypeParamslist.static EncodedElement.TypeParamImmutableEncodedElement.TypeParam.copyOf(EncodedElement.TypeParam instance) Creates an immutable copy of aEncodedElement.TypeParamvalue.final ImmutableEncodedElementImmutableEncodedElement.withTypeParams(EncodedElement.TypeParam... elements) Copy the current immutable object with elements that replace the content oftypeParams.Method parameters in org.immutables.value.processor.encode with type arguments of type EncodedElement.TypeParamModifier and TypeMethodDescriptionfinal EncodedElement.BuilderImmutableEncodedElement.Builder.addAllTypeParams(Iterable<? extends EncodedElement.TypeParam> elements) Adds elements totypeParamslist.final ImmutableEncodedElementImmutableEncodedElement.withTypeParams(Iterable<? extends EncodedElement.TypeParam> elements) Copy the current immutable object with elements that replace the content oftypeParams.