Uses of Class
org.immutables.value.processor.encode.EncodedElement.TypeParam
-
Packages that use EncodedElement.TypeParam Package Description org.immutables.value.processor.encode -
-
Uses of EncodedElement.TypeParam in org.immutables.value.processor.encode
Subclasses of EncodedElement.TypeParam in org.immutables.value.processor.encode Modifier and Type Class Description (package private) static classImmutableEncodedElement.TypeParamImmutable implementation ofEncodedElement.TypeParam.Fields in org.immutables.value.processor.encode with type parameters of type EncodedElement.TypeParam Modifier and Type Field Description private com.google.common.collect.ImmutableList.Builder<EncodedElement.TypeParam>ImmutableEncodedElement.Builder. typeParamsprivate com.google.common.collect.ImmutableList<EncodedElement.TypeParam>ImmutableEncodedElement. typeParamsMethods in org.immutables.value.processor.encode that return EncodedElement.TypeParam Modifier and Type Method Description EncodedElement.TypeParamImmutableEncodedElement.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(java.lang.String input, Type.Factory typeFactory, Type.Parameters typeParameters)Methods in org.immutables.value.processor.encode that return types with arguments of type EncodedElement.TypeParam Modifier and Type Method Description (package private) abstract java.util.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.TypeParam Modifier and Type Method Description EncodedElement.BuilderImmutableEncodedElement.Builder. addTypeParams(EncodedElement.TypeParam element)Adds one element totypeParamslist.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.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.TypeParam Modifier and Type Method Description EncodedElement.BuilderImmutableEncodedElement.Builder. addAllTypeParams(java.lang.Iterable<? extends EncodedElement.TypeParam> elements)Adds elements totypeParamslist.ImmutableEncodedElementImmutableEncodedElement. withTypeParams(java.lang.Iterable<? extends EncodedElement.TypeParam> elements)Copy the current immutable object with elements that replace the content oftypeParams.
-