Uses of Class
org.immutables.value.processor.encode.Type.Parameterized
-
Packages that use Type.Parameterized Package Description org.immutables.value.processor.encode org.immutables.value.processor.meta -
-
Uses of Type.Parameterized in org.immutables.value.processor.encode
Methods in org.immutables.value.processor.encode that return Type.Parameterized Modifier and Type Method Description Type.ParameterizedType.Factory. parameterized(Type.Reference raw, java.lang.Iterable<? extends Type.Nonprimitive> arguments)Type.ParameterizedType.Producer. parameterized(Type.Reference raw, java.lang.Iterable<? extends Type.Nonprimitive> arguments)Methods in org.immutables.value.processor.encode with parameters of type Type.Parameterized Modifier and Type Method Description protected booleanType.Parameterized. eq(Type.Parameterized other)java.lang.StringBuilderType.Print. parameterized(Type.Parameterized parameterized)TypeType.Transformer. parameterized(Type.Parameterized parameterized)VType.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.Parameterized Modifier and Type Field Description private Type.ParameterizedCriteriaModel.MatcherDefinition. matcherTypeMethods in org.immutables.value.processor.meta that return Type.Parameterized Modifier and Type Method Description Type.ParameterizedCriteriaModel. buildMatcher()private Type.ParameterizedCriteriaModel. buildMatcher(CriteriaModel.IntrospectedType introspected)Type.ParameterizedCriteriaModel.MatcherDefinition. matcherType()private Type.ParameterizedCriteriaModel. matcherType(CriteriaModel.IntrospectedType introspected)Methods in org.immutables.value.processor.meta with parameters of type Type.Parameterized Modifier and Type Method Description CriteriaModel.MatcherDefCriteriaModel.CreatorVisitor. parameterized(Type.Parameterized parameterized)Constructors in org.immutables.value.processor.meta with parameters of type Type.Parameterized Constructor Description MatcherDefinition(ValueAttribute attribute, Type.Parameterized matcherType)
-