Interface LocaleAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
LocaleAttributeImpl
@Deprecated public interface LocaleAttribute extends Attribute
Deprecated.This attribute is used by processorParametricRangeQueryNodeProcessorand must be defined in theQueryConfigHandler. This attribute tells the processor what is the defaultLocaleused to parse a date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description LocalegetLocale()Deprecated.voidsetLocale(Locale locale)Deprecated.
-