Class TypeManager
- java.lang.Object
-
- org.anasoid.jmc.core.xstream.types.TypeManager
-
- Direct Known Subclasses:
BooleanManager,IntegerManager,LongManager
public abstract class TypeManager extends java.lang.ObjectType Manager, used to manage dynmaic property, when property depend on value.
-
-
Constructor Summary
Constructors Constructor Description TypeManager()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Class<?>getType(java.lang.String value)get Type of the value.
-