Uses of Class
com.esotericsoftware.kryo.util.Generics.GenericType
-
Packages that use Generics.GenericType Package Description com.esotericsoftware.kryo.util -
-
Uses of Generics.GenericType in com.esotericsoftware.kryo.util
Methods in com.esotericsoftware.kryo.util that return Generics.GenericType Modifier and Type Method Description Generics.GenericType[]
Generics.GenericType. getTypeParameters()
Generics.GenericType[]
DefaultGenerics. nextGenericTypes()
Generics.GenericType[]
Generics. nextGenericTypes()
Returns the current type parameters andpushes
the next level of type parameters for subsquent calls.Generics.GenericType[]
NoGenerics. nextGenericTypes()
Methods in com.esotericsoftware.kryo.util with parameters of type Generics.GenericType Modifier and Type Method Description void
DefaultGenerics. pushGenericType(Generics.GenericType fieldType)
void
Generics. pushGenericType(Generics.GenericType fieldType)
Sets the type that is currently being serialized.void
NoGenerics. pushGenericType(Generics.GenericType fieldType)
int
DefaultGenerics. pushTypeVariables(Generics.GenericsHierarchy hierarchy, Generics.GenericType[] args)
int
Generics. pushTypeVariables(Generics.GenericsHierarchy hierarchy, Generics.GenericType[] args)
Stores the types of the type parameters for the specified class hierarchy.int
NoGenerics. pushTypeVariables(Generics.GenericsHierarchy hierarchy, Generics.GenericType[] args)
static java.lang.String
Util. simpleName(java.lang.Class type, Generics.GenericType genericType)
-