Class CoordinateTypeHandler.LatDecimalTypeHandler
java.lang.Object
ch.tocco.nice2.types.spi.AbstractTypeHandler<BigDecimal>
ch.tocco.nice2.optional.geolocation.impl.type.CoordinateTypeHandler<BigDecimal>
ch.tocco.nice2.optional.geolocation.impl.type.CoordinateTypeHandler.LatDecimalTypeHandler
- All Implemented Interfaces:
TypeHandler<BigDecimal>
- Enclosing class:
CoordinateTypeHandler<T>
public static class CoordinateTypeHandler.LatDecimalTypeHandler
extends CoordinateTypeHandler<BigDecimal>
-
Nested Class Summary
Nested classes/interfaces inherited from class CoordinateTypeHandler
CoordinateTypeHandler.LatDecimalTypeHandler, CoordinateTypeHandler.LatitudeTypeHandler, CoordinateTypeHandler.LngDecimalTypeHandler, CoordinateTypeHandler.LongitudeTypeHandler -
Field Summary
Fields inherited from class AbstractTypeHandler
baseHandler, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CoordinateTypeHandler
asObject, getEmptyValue, isChronological, isNumericMethods inherited from class AbstractTypeHandler
asString, compare, contains, init, isBoolean, isEqual, isolate, matches, shouldBeUnique, validateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TypeHandler
getGenerationType
-
Constructor Details
-
LatDecimalTypeHandler
public LatDecimalTypeHandler()
-
-
Method Details
-
createObject
- Specified by:
createObjectin classCoordinateTypeHandler<BigDecimal>
-