public class ElasticsearchOffsetTimeBridge extends ElasticsearchTemporalAccessorStringBridge<java.time.OffsetTime>
OffsetTime to a String in Elasticsearch's "strict_time" format.
Be aware that this format is not the same as DateTimeFormatter.ISO_OFFSET_TIME
(mainly because of the second fraction field, which is at least 3 characters long).
| Modifier and Type | Field and Description |
|---|---|
static ElasticsearchOffsetTimeBridge |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected IllegalArgumentException |
createInvalidIndexNullAsException(String indexNullAs,
java.time.DateTimeException e) |
getEncodingType, objectToString, parseIndexNullAs, stringToObjectcreateNullMarkerpublic static final ElasticsearchOffsetTimeBridge INSTANCE
protected IllegalArgumentException createInvalidIndexNullAsException(String indexNullAs, java.time.DateTimeException e)
createInvalidIndexNullAsException in class ElasticsearchTemporalAccessorStringBridge<java.time.OffsetTime>Copyright © 2006–2016 Hibernate. All rights reserved.