Uses of Class
org.immutables.value.processor.encode.Type.Reference
Packages that use Type.Reference
-
Uses of Type.Reference in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode declared as Type.ReferenceModifier and TypeFieldDescriptionstatic final Type.ReferenceType.Reference.BOOLEANstatic final Type.ReferenceType.Reference.BYTEstatic final Type.ReferenceType.Reference.CHARACTERstatic final Type.ReferenceType.Reference.DOUBLEstatic final Type.ReferenceType.Reference.FLOATstatic final Type.ReferenceType.Reference.INTEGERstatic final Type.ReferenceType.Reference.LONGstatic final Type.ReferenceType.OBJECTstatic final Type.ReferenceType.Reference.OBJECTfinal Type.ReferenceType.Parameterized.referencestatic final Type.ReferenceType.Reference.SHORTstatic final Type.ReferenceType.Reference.STRINGstatic final Type.ReferenceType.Reference.VOIDfinal Type.ReferenceType.Primitive.wrapperFields in org.immutables.value.processor.encode with type parameters of type Type.ReferenceModifier and TypeFieldDescriptionprivate final Map<String, Type.Reference> Type.Producer.resolvedTypesMethods in org.immutables.value.processor.encode that return Type.ReferenceModifier and TypeMethodDescriptionType.Factory.unresolved(String name) Type.Producer.unresolved(String name) Methods in org.immutables.value.processor.encode with parameters of type Type.ReferenceModifier and TypeMethodDescriptionType.Factory.parameterized(Type.Reference raw, Iterable<? extends Type.Nonprimitive> arguments) Type.Producer.parameterized(Type.Reference raw, Iterable<? extends Type.Nonprimitive> arguments) Type.Print.reference(Type.Reference reference) Type.Transformer.reference(Type.Reference reference) Type.Visitor.reference(Type.Reference reference) Constructors in org.immutables.value.processor.encode with parameters of type Type.ReferenceModifierConstructorDescription(package private)Parameterized(Type.Reference reference, List<Type.Nonprimitive> arguments) privatePrimitive(Type.Reference wrapper, String defaultValue) -
Uses of Type.Reference in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta with parameters of type Type.ReferenceModifier and TypeMethodDescriptionprivate StringCriteriaModel.CreatorVisitor.creator(Type.Reference reference) private booleanCriteriaModel.CreatorVisitor.isMatcher(Type.Reference reference) CriteriaModel.CreatorVisitor.reference(Type.Reference reference)