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 andpushesthe 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 voidDefaultGenerics. pushGenericType(Generics.GenericType fieldType)voidGenerics. pushGenericType(Generics.GenericType fieldType)Sets the type that is currently being serialized.voidNoGenerics. pushGenericType(Generics.GenericType fieldType)intDefaultGenerics. pushTypeVariables(Generics.GenericsHierarchy hierarchy, Generics.GenericType[] args)intGenerics. pushTypeVariables(Generics.GenericsHierarchy hierarchy, Generics.GenericType[] args)Stores the types of the type parameters for the specified class hierarchy.intNoGenerics. pushTypeVariables(Generics.GenericsHierarchy hierarchy, Generics.GenericType[] args)static java.lang.StringUtil. simpleName(java.lang.Class type, Generics.GenericType genericType)
-