Uses of Class
org.immutables.value.processor.encode.Type.Primitive
-
Packages that use Type.Primitive Package Description org.immutables.value.processor.encode org.immutables.value.processor.meta -
-
Uses of Type.Primitive in org.immutables.value.processor.encode
Fields in org.immutables.value.processor.encode with type parameters of type Type.Primitive Modifier and Type Field Description (package private) static java.util.Map<java.lang.String,Type.Primitive>Type.Producer. PRIMITIVE_TYPESMethods in org.immutables.value.processor.encode that return Type.Primitive Modifier and Type Method Description Type.PrimitiveType.Factory. primitive(java.lang.String name)Type.PrimitiveType.Producer. primitive(java.lang.String name)static Type.PrimitiveType.Primitive. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Type.Primitive[]Type.Primitive. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.value.processor.encode with parameters of type Type.Primitive Modifier and Type Method Description java.lang.StringBuilderType.Print. primitive(Type.Primitive primitive)TypeType.Transformer. primitive(Type.Primitive primitive)VType.Visitor. primitive(Type.Primitive primitive) -
Uses of Type.Primitive in org.immutables.value.processor.meta
Methods in org.immutables.value.processor.meta with parameters of type Type.Primitive Modifier and Type Method Description CriteriaModel.MatcherDefCriteriaModel.CreatorVisitor. primitive(Type.Primitive primitive)
-