Package org.beanio.types
Class LocaleSupport
- java.lang.Object
-
- org.beanio.types.LocaleSupport
-
- Direct Known Subclasses:
DateTypeHandlerSupport,NumberTypeHandler
public abstract class LocaleSupport extends java.lang.ObjectBase class forLocaleaware type handlers.- Since:
- 2.1.0
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Localelocale
-
Constructor Summary
Constructors Constructor Description LocaleSupport()Constructs a new LocaleSupport.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocale()Returns the configured locale, or the default if not explicitly configured.voidsetLocale(java.lang.String localeString)Sets the locale.
-