public class ElasticsearchLocalDateBridge extends ElasticsearchTemporalAccessorStringBridge<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 |
Modifier and Type | Method and Description |
---|---|
protected IllegalArgumentException |
createInvalidIndexNullAsException(String indexNullAs,
DateTimeException e) |
getEncodingType, objectToString, parseIndexNullAs, stringToObject
createNullMarker
public static final ElasticsearchLocalDateBridge INSTANCE
protected IllegalArgumentException createInvalidIndexNullAsException(String indexNullAs, DateTimeException e)
createInvalidIndexNullAsException
in class ElasticsearchTemporalAccessorStringBridge<LocalDate>
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved