public class ElasticsearchLocalDateBridge extends ElasticsearchTemporalAccessorStringBridge<java.time.LocalDate>
LocalDate to a String in Elasticsearch's "strict_date" format.
Be aware that this format is not the same as Elasticsearch's "strict_date" format (since years with more than 4 digits are allowed).
| Modifier and Type | Field and Description |
|---|---|
static ElasticsearchLocalDateBridge |
INSTANCE |
objectToString, stringToObjectpublic static final ElasticsearchLocalDateBridge INSTANCE
Copyright © 2006–2016 Hibernate. All rights reserved.