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 AbstractTypeHandler
baseHandler, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StringTypeHandler
asObject, asString, compare, contains, getEmptyValue, isChronological, isNumeric, matchesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TypeHandler
getGenerationType
-
Constructor Details
-
IdentifierTypeHandler
public IdentifierTypeHandler()
-
-
Method Details
-
shouldBeUnique
public boolean shouldBeUnique()- Specified by:
shouldBeUniquein interfaceTypeHandler<String>- Overrides:
shouldBeUniquein classAbstractTypeHandler<String>- See Also:
-