Class ElasticsearchYearMonthFieldCodec
java.lang.Object
org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchFieldCodec<T>
org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec<YearMonth>
org.hibernate.search.backend.elasticsearch.types.codec.impl.ElasticsearchYearMonthFieldCodec
- All Implemented Interfaces:
ElasticsearchFieldCodec<YearMonth>
public class ElasticsearchYearMonthFieldCodec
extends AbstractElasticsearchJavaTimeFieldCodec<YearMonth>
-
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
ConstructorsConstructorDescriptionElasticsearchYearMonthFieldCodec(com.google.gson.Gson gson, DateTimeFormatter delegate) -
Method Summary
Modifier and TypeMethodDescriptionprotected YearMonthnullUnsafeParse(String stringValue) protected LongnullUnsafeScalar(YearMonth 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
-
ElasticsearchYearMonthFieldCodec
-
-
Method Details
-
nullUnsafeParse
- Specified by:
nullUnsafeParsein classAbstractElasticsearchJavaTimeFieldCodec<YearMonth>
-
nullUnsafeScalar
- Specified by:
nullUnsafeScalarin classAbstractElasticsearchJavaTimeFieldCodec<YearMonth>
-