public abstract class ElasticsearchTemporalAccessorStringBridge<T extends TemporalAccessor> extends EncodingStringBridge<T> implements TwoWayStringBridge, IgnoreAnalyzerBridge
TemporalAccessor to String.| Modifier and Type | Method and Description |
|---|---|
protected abstract IllegalArgumentException |
createInvalidIndexNullAsException(String indexNullAs,
DateTimeException e) |
NumericFieldSettingsDescriptor.NumericEncodingType |
getEncodingType() |
String |
objectToString(Object object) |
protected T |
parseIndexNullAs(String indexNullAs) |
Object |
stringToObject(String stringValue) |
createNullMarkerpublic String objectToString(Object object)
objectToString in interface StringBridgepublic Object stringToObject(String stringValue)
stringToObject in interface TwoWayStringBridgepublic NumericFieldSettingsDescriptor.NumericEncodingType getEncodingType()
getEncodingType in interface EncodingBridgegetEncodingType in class EncodingStringBridge<T extends TemporalAccessor>protected T parseIndexNullAs(String indexNullAs) throws IllegalArgumentException
parseIndexNullAs in class EncodingStringBridge<T extends TemporalAccessor>IllegalArgumentExceptionprotected abstract IllegalArgumentException createInvalidIndexNullAsException(String indexNullAs, DateTimeException e)
Copyright © 2006–2017 Hibernate. All rights reserved.