Class ElasticsearchOffsetTimeFieldCodec
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec<OffsetTime>
-
- org.hibernate.search.backend.elasticsearch.types.codec.impl.ElasticsearchOffsetTimeFieldCodec
-
- All Implemented Interfaces:
ElasticsearchFieldCodec<OffsetTime>
public class ElasticsearchOffsetTimeFieldCodec extends AbstractElasticsearchJavaTimeFieldCodec<OffsetTime>
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec
formatter
-
-
Constructor Summary
Constructors Constructor Description ElasticsearchOffsetTimeFieldCodec(DateTimeFormatter delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OffsetTimenullUnsafeParse(String stringValue)protected LongnullUnsafeScalar(OffsetTime value)-
Methods inherited from class org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec
decode, decodeAggregationKey, encode, encodeForMissing, isCompatibleWith, nullUnsafeFormat
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.types.codec.impl.ElasticsearchFieldCodec
encodeForAggregation
-
-
-
-
Constructor Detail
-
ElasticsearchOffsetTimeFieldCodec
public ElasticsearchOffsetTimeFieldCodec(DateTimeFormatter delegate)
-
-
Method Detail
-
nullUnsafeParse
protected OffsetTime nullUnsafeParse(String stringValue)
- Specified by:
nullUnsafeParsein classAbstractElasticsearchJavaTimeFieldCodec<OffsetTime>
-
nullUnsafeScalar
protected Long nullUnsafeScalar(OffsetTime value)
- Specified by:
nullUnsafeScalarin classAbstractElasticsearchJavaTimeFieldCodec<OffsetTime>
-
-