Class CoordinateTypeHandler.LngDecimalTypeHandler
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.LngDecimalTypeHandler
- All Implemented Interfaces:
TypeHandler<BigDecimal>
- Enclosing class:
CoordinateTypeHandler<T>
public static class CoordinateTypeHandler.LngDecimalTypeHandler
extends CoordinateTypeHandler<BigDecimal>
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.optional.geolocation.impl.type.CoordinateTypeHandler
CoordinateTypeHandler.LatDecimalTypeHandler, CoordinateTypeHandler.LatitudeTypeHandler, CoordinateTypeHandler.LngDecimalTypeHandler, CoordinateTypeHandler.LongitudeTypeHandler
-
Field Summary
Fields inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
baseHandler, type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.tocco.nice2.optional.geolocation.impl.type.CoordinateTypeHandler
asObject, getEmptyValue, isChronological, isNumeric
Methods inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
asString, compare, contains, init, isBoolean, isEqual, isolate, matches, 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
-
LngDecimalTypeHandler
public LngDecimalTypeHandler()
-
-
Method Details
-
createObject
- Specified by:
createObject
in classCoordinateTypeHandler<BigDecimal>
-