Class GenericsResolver
- java.lang.Object
-
- com.esotericsoftware.kryo.serializers.GenericsResolver
-
public final class GenericsResolver extends java.lang.ObjectINTERNAL API Helper class that resolves a type name variable to a concrete class using the current class serialization stack
-
-
Constructor Summary
Constructors Constructor Description GenericsResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.ClassgetConcreteClass(java.lang.String typeVar)(package private) booleanisSet()(package private) voidpopScope()(package private) voidpushScope(java.lang.Class type, Generics scope)
-