Uses of Interface
org.immutables.value.processor.encode.Type.Defined
Packages that use Type.Defined
-
Uses of Type.Defined in org.immutables.value.processor.encode
Classes in org.immutables.value.processor.encode that implement Type.DefinedModifier and TypeClassDescriptionstatic classstatic classstatic classFields in org.immutables.value.processor.encode declared as Type.DefinedModifier and TypeFieldDescriptionfinal Type.DefinedType.Wildcard.Super.lowerBoundfinal Type.DefinedType.Wildcard.Extends.upperBoundFields in org.immutables.value.processor.encode with type parameters of type Type.DefinedModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<Type.Defined> ImmutableEncodedElement.TypeParam.boundsprivate final com.google.common.collect.ImmutableList.Builder<Type.Defined> ImmutableEncodedElement.TypeParam.Builder.boundsfinal List<Type.Defined> Type.Variable.upperBoundsMethods in org.immutables.value.processor.encode that return types with arguments of type Type.DefinedModifier and TypeMethodDescription(package private) abstract List<Type.Defined> EncodedElement.TypeParam.bounds()(package private) com.google.common.collect.ImmutableList<Type.Defined> ImmutableEncodedElement.TypeParam.bounds()private List<Type.Defined> TypeExtractor.getBounds(Type.Parameters parameters, TypeParameterElement p) (package private) com.google.common.collect.ImmutableList<Type.Defined> TypeExtractor.getDefined(Iterable<? extends TypeMirror> bounds) Methods in org.immutables.value.processor.encode with parameters of type Type.DefinedModifier and TypeMethodDescriptionImmutableEncodedElement.TypeParam.Builder.addBounds(Type.Defined element) Adds one element toboundslist.ImmutableEncodedElement.TypeParam.Builder.addBounds(Type.Defined... elements) Adds elements toboundslist.Type.Factory.extendsWildcard(Type.Defined upperBound) Type.Producer.extendsWildcard(Type.Defined upperBound) Type.Factory.superWildcard(Type.Defined lowerBound) Type.Producer.superWildcard(Type.Defined lowerBound) ImmutableEncodedElement.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.DefinedModifier and TypeMethodDescriptionImmutableEncodedElement.TypeParam.Builder.addAllBounds(Iterable<? extends Type.Defined> elements) Adds elements toboundslist.Type.Parameters.introduce(String name, Iterable<? extends Type.Defined> upperBounds) Type.Producer.DefinedParameters.introduce(String name, Iterable<? extends Type.Defined> upperBounds) ImmutableEncodedElement.TypeParam.withBounds(Iterable<? extends Type.Defined> elements) Copy the current immutable object with elements that replace the content ofbounds.TypeExtractor.withParameter(String name, Iterable<? extends Type.Defined> bounds) Constructors in org.immutables.value.processor.encode with parameters of type Type.DefinedModifierConstructorDescription(package private)Extends(Type.Defined upperBound) (package private)Super(Type.Defined lowerBound) Constructor parameters in org.immutables.value.processor.encode with type arguments of type Type.DefinedModifierConstructorDescription(package private)DefinedParameters(Type.Producer.DefinedParameters parent, String name, List<Type.Defined> bounds, boolean recursive) privateTypeParam(String name, com.google.common.collect.ImmutableList<Type.Defined> bounds) (package private)Variable(String name, 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.DefinedFields in org.immutables.value.processor.meta with type parameters of type Type.DefinedModifier and TypeFieldDescriptionprivate static final Iterable<Type.Defined> CriteriaModel.NO_BOUNDSConstructors in org.immutables.value.processor.meta with parameters of type Type.DefinedModifierConstructorDescriptionprivateContainerDef(Type.Defined type, CriteriaModel.MatcherDef element, String creator) privateMatcherDef(Type.Defined type, String creator)