Uses of Class
org.immutables.value.processor.encode.Type.VariableResolver
-
Packages that use Type.VariableResolver Package Description org.immutables.value.processor.encode -
-
Uses of Type.VariableResolver in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode declared as Type.VariableResolver Modifier and Type Field Description private static Type.VariableResolverType.VariableResolver. EMPTY(package private) Type.VariableResolverInstantiation. typerMethods in org.immutables.value.processor.encode that return Type.VariableResolver Modifier and Type Method Description Type.VariableResolverType.VariableResolver. bind(Type.Variable variable, Type.Nonprimitive substitution)static Type.VariableResolverType.VariableResolver. empty()Methods in org.immutables.value.processor.encode that return types with arguments of type Type.VariableResolver Modifier and Type Method Description com.google.common.base.Optional<Type.VariableResolver>Type.Template. match(Type type)Methods in org.immutables.value.processor.encode with parameters of type Type.VariableResolver Modifier and Type Method Description private voidInstantiation. populateBindings(Type.VariableResolver resolver)Constructors in org.immutables.value.processor.encode with parameters of type Type.VariableResolver Constructor Description Instantiation(EncodingInfo encoding, EncodedElement expose, Type exposedType, Styles.UsingName.AttributeNames names, Type.VariableResolver resolver, ValueType containingType, boolean shimFields)
-