Instances can (only) be constructed by {@link com.facebook.presto.hive.shaded.org.codehaus.jackson.map.type.TypeFactory}.
Instances can (only) be constructed by com.facebook.presto.jdbc.internal.jackson.databind.TypeFactory
(included in "jackson-databind")
Instances can (only) be constructed by com.fasterxml.jackson.databind.TypeFactory
.
Since 2.2 this implements {@link java.lang.reflect.Type} to allowit to be pushed through interfaces that only expose that type.
JavaType
class represents a java type that is either primitive (int, long, char, double, etc) or a class/interface type. In either case the type may possibly contain several dimensions.
@author Sami Koivu
Different environments (runtime, enhancer, development) will have different JavaType implementations to provide answers to the various methods. @author Michael Bouschen @since JDO 1.0.1
Instances can (only) be constructed by {@link org.codehaus.jackson.map.type.TypeFactory}.
Note that a Java type can be contained within a package, but a package is not a type.
This class is used whenever a formal reference to a Java type is required. It provides convenient ways to determine the type's simple name and package name. A related {@link org.springframework.core.convert.converter.Converter}is also offered. @author Ben Alex @since 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|