Class IdentifierTypeHandler
java.lang.Object
ch.tocco.nice2.types.spi.AbstractTypeHandler<String>
ch.tocco.nice2.types.spi.AbstractComparableTypeHandler<String>
ch.tocco.nice2.types.impl.handlers.StringTypeHandler
ch.tocco.nice2.types.impl.handlers.IdentifierTypeHandler
- All Implemented Interfaces:
TypeHandler<String>
-
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.impl.handlers.StringTypeHandler
asObject, asString, compare, contains, getEmptyValue, isChronological, isNumeric, matches
Methods inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
init, isBoolean, isEqual, isolate, 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
-
IdentifierTypeHandler
public IdentifierTypeHandler()
-
-
Method Details
-
shouldBeUnique
public boolean shouldBeUnique()- Specified by:
shouldBeUnique
in interfaceTypeHandler<String>
- Overrides:
shouldBeUnique
in classAbstractTypeHandler<String>
- See Also:
-