Class CharacterTypeHandler
java.lang.Object
ch.tocco.nice2.types.spi.AbstractTypeHandler<Character>
ch.tocco.nice2.types.spi.AbstractComparableTypeHandler<Character>
ch.tocco.nice2.types.impl.handlers.CharacterTypeHandler
- All Implemented Interfaces:
TypeHandler<Character>
-
Field Summary
Fields inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
baseHandler, type
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.types.spi.AbstractComparableTypeHandler
compare
Methods inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
asString, init, isBoolean, isEqual, isolate, shouldBeUnique, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.types.spi.TypeHandler
getGenerationType
-
Constructor Details
-
CharacterTypeHandler
public CharacterTypeHandler()
-
-
Method Details
-
asObject
- Throws:
StringConversionException
-
isNumeric
public boolean isNumeric()- See Also:
-
isChronological
public boolean isChronological()- See Also:
-
matches
- Specified by:
matches
in interfaceTypeHandler<Character>
- Overrides:
matches
in classAbstractTypeHandler<Character>
-
contains
- Specified by:
contains
in interfaceTypeHandler<Character>
- Overrides:
contains
in classAbstractTypeHandler<Character>
-
getEmptyValue
- See Also:
-