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 |
objectToString, stringToObjectpublic static final ElasticsearchOffsetTimeBridge INSTANCE
Copyright © 2006–2016 Hibernate. All rights reserved.