Uses of Enum Class
org.springframework.data.elasticsearch.annotations.DateFormat
Packages that use DateFormat
Package
Description
-
Uses of DateFormat in org.springframework.data.elasticsearch.annotations
Methods in org.springframework.data.elasticsearch.annotations that return DateFormatModifier and TypeMethodDescriptionstatic DateFormat
Returns the enum constant of this class with the specified name.static DateFormat[]
DateFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DateFormat in org.springframework.data.elasticsearch.core.convert
Methods in org.springframework.data.elasticsearch.core.convert with parameters of type DateFormatModifier and TypeMethodDescriptionstatic ElasticsearchDateConverter
ElasticsearchDateConverter.of
(DateFormat dateFormat) Creates an ElasticsearchDateConverter for the givenDateFormat
.