Uses of Class
org.immutables.value.processor.encode.Type.Parameterized
Packages that use Type.Parameterized
-
Uses of Type.Parameterized in org.immutables.value.processor.encode
Methods in org.immutables.value.processor.encode that return Type.ParameterizedModifier and TypeMethodDescriptionType.Factory.parameterized(Type.Reference raw, Iterable<? extends Type.Nonprimitive> arguments) Type.Producer.parameterized(Type.Reference raw, Iterable<? extends Type.Nonprimitive> arguments) Methods in org.immutables.value.processor.encode with parameters of type Type.ParameterizedModifier and TypeMethodDescriptionprotected booleanType.Parameterized.eq(Type.Parameterized other) Type.Print.parameterized(Type.Parameterized parameterized) Type.Transformer.parameterized(Type.Parameterized parameterized) Type.Visitor.parameterized(Type.Parameterized parameterized) -
Uses of Type.Parameterized in org.immutables.value.processor.meta
Fields in org.immutables.value.processor.meta declared as Type.ParameterizedModifier and TypeFieldDescriptionprivate final Type.ParameterizedCriteriaModel.MatcherDefinition.matcherTypeMethods in org.immutables.value.processor.meta that return Type.ParameterizedModifier and TypeMethodDescriptionCriteriaModel.buildMatcher()private Type.ParameterizedCriteriaModel.buildMatcher(CriteriaModel.IntrospectedType introspected) CriteriaModel.MatcherDefinition.matcherType()private Type.ParameterizedCriteriaModel.matcherType(CriteriaModel.IntrospectedType introspected) Methods in org.immutables.value.processor.meta with parameters of type Type.ParameterizedModifier and TypeMethodDescriptionCriteriaModel.CreatorVisitor.parameterized(Type.Parameterized parameterized) Constructors in org.immutables.value.processor.meta with parameters of type Type.ParameterizedModifierConstructorDescriptionprivateMatcherDefinition(ValueAttribute attribute, Type.Parameterized matcherType)