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