Class ElasticsearchOffsetDateTimeFieldCodec
java.lang.Object
org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchFieldCodec<T>
org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec<OffsetDateTime>
org.hibernate.search.backend.elasticsearch.types.codec.impl.ElasticsearchOffsetDateTimeFieldCodec
- All Implemented Interfaces:
ElasticsearchFieldCodec<OffsetDateTime>
public class ElasticsearchOffsetDateTimeFieldCodec
extends AbstractElasticsearchJavaTimeFieldCodec<OffsetDateTime>
-
Field Summary
Fields inherited from class org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec
formatterFields inherited from class org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchFieldCodec
gson -
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchOffsetDateTimeFieldCodec(com.google.gson.Gson gson, DateTimeFormatter delegate) -
Method Summary
Modifier and TypeMethodDescriptionprotected OffsetDateTimenullUnsafeParse(String stringValue) protected LongnullUnsafeScalar(OffsetDateTime value) Methods inherited from class org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec
decode, decodeAggregationKey, encode, encodeForMissing, isCompatibleWith, nullUnsafeFormatMethods inherited from class org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchFieldCodec
fromJsonElementToString, fromJsonStringToElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.backend.elasticsearch.types.codec.impl.ElasticsearchFieldCodec
canDecodeArrays, encodeForAggregation
-
Constructor Details
-
ElasticsearchOffsetDateTimeFieldCodec
-
-
Method Details
-
nullUnsafeParse
- Specified by:
nullUnsafeParsein classAbstractElasticsearchJavaTimeFieldCodec<OffsetDateTime>
-
nullUnsafeScalar
- Specified by:
nullUnsafeScalarin classAbstractElasticsearchJavaTimeFieldCodec<OffsetDateTime>
-