Class BooleanManager
- java.lang.Object
-
- org.anasoid.jmc.core.xstream.types.TypeManager
-
- org.anasoid.jmc.core.xstream.types.BooleanManager
-
public class BooleanManager extends TypeManager
Manage Boolean type.
-
-
Constructor Summary
Constructors Constructor Description BooleanManager()
-
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
-
-