Package io.ran
Interface ObjectMapHydrator
- All Known Implementing Classes:
- ObjectMap,- PropertyValueHydrator,- UncheckedObjectMap,- ValqueriesColumnBuilder,- ValqueriesHydrator
public interface ObjectMapHydrator
- 
Method SummaryModifier and TypeMethodDescriptiongetBigDecimal(Property<?> key) getBigInteger(Property<?> key) getBoolean(Property<?> key) byte[]getCharacter(Property<?> key) <T> Collection<T>getCollection(Property<?> key, Class<T> elementType, Class<? extends Collection<T>> collectionType) <T extends Enum<T>>
 TgetInstant(Property<?> key) getInteger(Property<?> key) getLocalDate(Property<?> key) getLocalDateTime(Property<?> key) getLocalTime(Property<?> key) getZonedDateTime(Property<?> key) 
- 
Method Details- 
getString
- 
getCharacter
- 
getZonedDateTime
- 
getInstant
- 
getLocalDateTime
- 
getLocalDate
- 
getLocalTime
- 
getInteger
- 
getShort
- 
getLong
- 
getUUID
- 
getDouble
- 
getBigDecimal
- 
getBigInteger
- 
getFloat
- 
getBoolean
- 
getByte
- 
getBytes
- 
getEnum
- 
getCollection<T> Collection<T> getCollection(Property<?> key, Class<T> elementType, Class<? extends Collection<T>> collectionType) 
 
-