public class DateRangePropertyValueConverter extends AbstractRangePropertyValueConverter<Date>
GT_FIELD, GTE_FIELD, LT_FIELD, LTE_FIELD| Constructor and Description |
|---|
DateRangePropertyValueConverter(PersistentProperty<?> property,
List<ElasticsearchDateConverter> dateConverters) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
format(Date value) |
protected Date |
parse(String value) |
getGenericType, read, writegetPropertypublic DateRangePropertyValueConverter(PersistentProperty<?> property, List<ElasticsearchDateConverter> dateConverters)
protected String format(Date value)
format in class AbstractRangePropertyValueConverter<Date>protected Date parse(String value)
parse in class AbstractRangePropertyValueConverter<Date>Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.