Package com.valqueries.automapper
Class ValqueriesHydrator
java.lang.Object
com.valqueries.automapper.ValqueriesHydrator
- All Implemented Interfaces:
ObjectMapHydrator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBigDecimal(Property<?> key) getBigInteger(Property<?> key) getBoolean(Property<?> property) byte[]getCharacter(Property<?> property) <T> Collection<T>getCollection(Property<?> property, Class<T> aClass, Class<? extends Collection<T>> collectionClass) <T extends Enum<T>>
TgetInstant(Property<?> key) getInteger(Property<?> key) getLocalDate(Property<?> property) getLocalDateTime(Property<?> property) getLocalTime(Property<?> property) getZonedDateTime(Property<?> key) boolean
-
Constructor Details
-
ValqueriesHydrator
-
ValqueriesHydrator
-
-
Method Details
-
isNull
-
getString
- Specified by:
getStringin interfaceObjectMapHydrator
-
getCharacter
- Specified by:
getCharacterin interfaceObjectMapHydrator
-
getZonedDateTime
- Specified by:
getZonedDateTimein interfaceObjectMapHydrator
-
getInstant
- Specified by:
getInstantin interfaceObjectMapHydrator
-
getLocalDateTime
- Specified by:
getLocalDateTimein interfaceObjectMapHydrator
-
getLocalDate
- Specified by:
getLocalDatein interfaceObjectMapHydrator
-
getLocalTime
- Specified by:
getLocalTimein interfaceObjectMapHydrator
-
getInteger
- Specified by:
getIntegerin interfaceObjectMapHydrator
-
getShort
- Specified by:
getShortin interfaceObjectMapHydrator
-
getLong
- Specified by:
getLongin interfaceObjectMapHydrator
-
getUUID
- Specified by:
getUUIDin interfaceObjectMapHydrator
-
getDouble
- Specified by:
getDoublein interfaceObjectMapHydrator
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceObjectMapHydrator
-
getBigInteger
- Specified by:
getBigIntegerin interfaceObjectMapHydrator
-
getFloat
- Specified by:
getFloatin interfaceObjectMapHydrator
-
getBoolean
- Specified by:
getBooleanin interfaceObjectMapHydrator
-
getByte
- Specified by:
getBytein interfaceObjectMapHydrator
-
getBytes
- Specified by:
getBytesin interfaceObjectMapHydrator
-
getEnum
- Specified by:
getEnumin interfaceObjectMapHydrator
-
getCollection
public <T> Collection<T> getCollection(Property<?> property, Class<T> aClass, Class<? extends Collection<T>> collectionClass) - Specified by:
getCollectionin interfaceObjectMapHydrator
-