Class ElasticsearchMonthDayFieldCodec
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec<MonthDay>
-
- org.hibernate.search.backend.elasticsearch.types.codec.impl.ElasticsearchMonthDayFieldCodec
-
- All Implemented Interfaces:
ElasticsearchFieldCodec<MonthDay>
public class ElasticsearchMonthDayFieldCodec extends AbstractElasticsearchJavaTimeFieldCodec<MonthDay>
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec
formatter
-
-
Constructor Summary
Constructors Constructor Description ElasticsearchMonthDayFieldCodec(DateTimeFormatter delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringnullUnsafeFormat(MonthDay value)protected MonthDaynullUnsafeParse(String stringValue)protected LongnullUnsafeScalar(MonthDay value)-
Methods inherited from class org.hibernate.search.backend.elasticsearch.types.codec.impl.AbstractElasticsearchJavaTimeFieldCodec
decode, decodeAggregationKey, encode, encodeForMissing, isCompatibleWith
-
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
-
ElasticsearchMonthDayFieldCodec
public ElasticsearchMonthDayFieldCodec(DateTimeFormatter delegate)
-
-
Method Detail
-
nullUnsafeFormat
protected String nullUnsafeFormat(MonthDay value)
- Overrides:
nullUnsafeFormatin classAbstractElasticsearchJavaTimeFieldCodec<MonthDay>
-
nullUnsafeParse
protected MonthDay nullUnsafeParse(String stringValue)
- Specified by:
nullUnsafeParsein classAbstractElasticsearchJavaTimeFieldCodec<MonthDay>
-
nullUnsafeScalar
protected Long nullUnsafeScalar(MonthDay value)
- Specified by:
nullUnsafeScalarin classAbstractElasticsearchJavaTimeFieldCodec<MonthDay>
-
-