public class ElasticsearchOffsetDateTimeBridge extends ElasticsearchTemporalAccessorStringBridge<java.time.OffsetDateTime>
OffsetDateTime to a String in ISO-8601 extended format (9 digits for the year instead of 4).
Be aware that this format is not the same as DateTimeFormatter.ISO_OFFSET_DATE_TIME
(mainly because of the second fraction field, which is at least 3 characters long), nor as Elasticsearch's
"strict_date_time" format (since years with more than 4 digits are allowed).
| Modifier and Type | Field and Description |
|---|---|
static ElasticsearchOffsetDateTimeBridge |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected IllegalArgumentException |
createInvalidIndexNullAsException(String indexNullAs,
java.time.DateTimeException e) |
getEncodingType, objectToString, parseIndexNullAs, stringToObjectcreateNullMarkerpublic static final ElasticsearchOffsetDateTimeBridge INSTANCE
protected IllegalArgumentException createInvalidIndexNullAsException(String indexNullAs, java.time.DateTimeException e)
createInvalidIndexNullAsException in class ElasticsearchTemporalAccessorStringBridge<java.time.OffsetDateTime>Copyright © 2006–2016 Hibernate. All rights reserved.