Class LongManager
- java.lang.Object
-
- org.anasoid.jmc.core.xstream.types.TypeManager
-
- org.anasoid.jmc.core.xstream.types.LongManager
-
public class LongManager extends TypeManager
Manage Integer type.
-
-
Constructor Summary
Constructors Constructor Description LongManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassgetType(java.lang.String value)get Type of the value.
-
-
-
Method Detail
-
getType
public java.lang.Class getType(java.lang.String value)
Description copied from class:TypeManagerget Type of the value.- Specified by:
getTypein classTypeManager
-
-