Uses of Class
com.jsoniter.spi.TypeLiteral.NativeType
-
Packages that use TypeLiteral.NativeType Package Description com.jsoniter.spi -
-
Uses of TypeLiteral.NativeType in com.jsoniter.spi
Fields in com.jsoniter.spi declared as TypeLiteral.NativeType Modifier and Type Field Description (package private) TypeLiteral.NativeType
TypeLiteral. nativeType
Fields in com.jsoniter.spi with type parameters of type TypeLiteral.NativeType Modifier and Type Field Description static java.util.Map<java.lang.reflect.Type,TypeLiteral.NativeType>
TypeLiteral. nativeTypes
Methods in com.jsoniter.spi that return TypeLiteral.NativeType Modifier and Type Method Description TypeLiteral.NativeType
TypeLiteral. getNativeType()
static TypeLiteral.NativeType
TypeLiteral.NativeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeLiteral.NativeType[]
TypeLiteral.NativeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-