Uses of Interface
org.immutables.value.processor.encode.Type.Defined
-
Packages that use Type.Defined Package Description org.immutables.value.processor.encode org.immutables.value.processor.meta -
-
Uses of Type.Defined in org.immutables.value.processor.encode
Classes in org.immutables.value.processor.encode that implement Type.Defined Modifier and Type Class Description static classType.Parameterizedstatic classType.Referencestatic classType.VariableFields in org.immutables.value.processor.encode declared as Type.Defined Modifier and Type Field Description Type.DefinedType.Wildcard.Super. lowerBoundType.DefinedType.Wildcard.Extends. upperBoundFields in org.immutables.value.processor.encode with type parameters of type Type.Defined Modifier and Type Field Description private com.google.common.collect.ImmutableList<Type.Defined>ImmutableEncodedElement.TypeParam. boundsprivate com.google.common.collect.ImmutableList.Builder<Type.Defined>ImmutableEncodedElement.TypeParam.Builder. boundsjava.util.List<Type.Defined>Type.Variable. upperBoundsMethods in org.immutables.value.processor.encode that return types with arguments of type Type.Defined Modifier and Type Method Description (package private) abstract java.util.List<Type.Defined>EncodedElement.TypeParam. bounds()(package private) com.google.common.collect.ImmutableList<Type.Defined>ImmutableEncodedElement.TypeParam. bounds()private java.util.List<Type.Defined>TypeExtractor. getBounds(Type.Parameters parameters, javax.lang.model.element.TypeParameterElement p)(package private) com.google.common.collect.ImmutableList<Type.Defined>TypeExtractor. getDefined(java.lang.Iterable<? extends javax.lang.model.type.TypeMirror> bounds)Methods in org.immutables.value.processor.encode with parameters of type Type.Defined Modifier and Type Method Description EncodedElement.TypeParam.BuilderImmutableEncodedElement.TypeParam.Builder. addBounds(Type.Defined element)Adds one element toboundslist.EncodedElement.TypeParam.BuilderImmutableEncodedElement.TypeParam.Builder. addBounds(Type.Defined... elements)Adds elements toboundslist.Type.Wildcard.ExtendsType.Factory. extendsWildcard(Type.Defined upperBound)Type.Wildcard.ExtendsType.Producer. extendsWildcard(Type.Defined upperBound)Type.Wildcard.SuperType.Factory. superWildcard(Type.Defined lowerBound)Type.Wildcard.SuperType.Producer. superWildcard(Type.Defined lowerBound)ImmutableEncodedElement.TypeParamImmutableEncodedElement.TypeParam. withBounds(Type.Defined... elements)Copy the current immutable object with elements that replace the content ofbounds.Method parameters in org.immutables.value.processor.encode with type arguments of type Type.Defined Modifier and Type Method Description EncodedElement.TypeParam.BuilderImmutableEncodedElement.TypeParam.Builder. addAllBounds(java.lang.Iterable<? extends Type.Defined> elements)Adds elements toboundslist.Type.ParametersType.Parameters. introduce(java.lang.String name, java.lang.Iterable<? extends Type.Defined> upperBounds)Type.ParametersType.Producer.DefinedParameters. introduce(java.lang.String name, java.lang.Iterable<? extends Type.Defined> upperBounds)ImmutableEncodedElement.TypeParamImmutableEncodedElement.TypeParam. withBounds(java.lang.Iterable<? extends Type.Defined> elements)Copy the current immutable object with elements that replace the content ofbounds.TypeExtractorTypeExtractor. withParameter(java.lang.String name, java.lang.Iterable<? extends Type.Defined> bounds)Constructors in org.immutables.value.processor.encode with parameters of type Type.Defined Constructor Description Extends(Type.Defined upperBound)Super(Type.Defined lowerBound)Constructor parameters in org.immutables.value.processor.encode with type arguments of type Type.Defined Constructor Description DefinedParameters(Type.Producer.DefinedParameters parent, java.lang.String name, java.util.List<Type.Defined> bounds, boolean recursive)TypeParam(java.lang.String name, com.google.common.collect.ImmutableList<Type.Defined> bounds)Variable(java.lang.String name, java.util.List<Type.Defined> upperBounds, boolean recursive) -
Uses of Type.Defined in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as Type.Defined Modifier and Type Field Description Type.DefinedCriteriaModel.MatcherDef. typeFields in org.immutables.value.processor.meta with type parameters of type Type.Defined Modifier and Type Field Description private static java.lang.Iterable<Type.Defined>CriteriaModel. NO_BOUNDSConstructors in org.immutables.value.processor.meta with parameters of type Type.Defined Constructor Description ContainerDef(Type.Defined type, CriteriaModel.MatcherDef element, java.lang.String creator)MatcherDef(Type.Defined type, java.lang.String creator)
-