Uses of Class
org.immutables.value.processor.encode.Type.Variable
-
Packages that use Type.Variable Package Description org.immutables.value.processor.encode org.immutables.value.processor.meta -
-
Uses of Type.Variable in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode declared as Type.Variable Modifier and Type Field Description private Type.VariableType.Producer.DefinedParameters. variableprivate Type.Variable[]Type.VariableResolver. variablesMethods in org.immutables.value.processor.encode that return Type.Variable Modifier and Type Method Description Type.VariableType.VariableResolver. byName(java.lang.String named)Type.VariableType.Parameters. variable(java.lang.String name)Type.VariableType.Producer.DefinedParameters. variable(java.lang.String name)Type.Variable[]Type.VariableResolver. variables()Methods in org.immutables.value.processor.encode with parameters of type Type.Variable Modifier and Type Method Description Type.VariableResolverType.VariableResolver. bind(Type.Variable variable, Type.Nonprimitive substitution)java.lang.StringBuilderType.Print. variable(Type.Variable variable)TypeType.Transformer. variable(Type.Variable variable)TypeType.VariableResolver. variable(Type.Variable variable)VType.Visitor. variable(Type.Variable variable)Constructors in org.immutables.value.processor.encode with parameters of type Type.Variable Constructor Description VariableResolver(Type.Variable[] variables, Type.Nonprimitive[] substitutions) -
Uses of Type.Variable in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta with parameters of type Type.Variable Modifier and Type Method Description CriteriaModel.MatcherDefCriteriaModel.CreatorVisitor. variable(Type.Variable variable)
-