Package | Description |
---|---|
com.esotericsoftware.kryo.util |
Modifier and Type | Method and Description |
---|---|
Generics.GenericType[] |
Generics.GenericType.getTypeParameters() |
Generics.GenericType[] |
Generics.nextGenericTypes()
Returns the current type parameters and
pushes the next level of type parameters for
subsquent calls. |
Modifier and Type | Method and Description |
---|---|
void |
Generics.pushGenericType(Generics.GenericType fieldType)
Sets the type that is currently being serialized.
|
int |
Generics.pushTypeVariables(Generics.GenericsHierarchy hierarchy,
Generics.GenericType[] args)
Stores the types of the type parameters for the specified class hierarchy.
|
static java.lang.String |
Util.simpleName(java.lang.Class type,
Generics.GenericType genericType) |
Copyright © 2019. All Rights Reserved.