public class ElasticsearchLocalTimeBridge extends ElasticsearchTemporalAccessorStringBridge<java.time.LocalTime>
LocalTime to a String in Elasticsearch's "strict_hour_minute_second_fraction" format.
Be aware that this format is not the same as DateTimeFormatter.ISO_LOCAL_TIME
(mainly because of the second fraction field, which is at least 3 characters long).
| Modifier and Type | Field and Description |
|---|---|
static ElasticsearchLocalTimeBridge |
INSTANCE |
objectToString, stringToObjectpublic static final ElasticsearchLocalTimeBridge INSTANCE
Copyright © 2006–2016 Hibernate. All rights reserved.