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.Object
Base class forLocale
aware type handlers.- Since:
- 2.1.0
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Locale
locale
-
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.String
getLocale()
Returns the configured locale, or the default if not explicitly configured.void
setLocale(java.lang.String localeString)
Sets the locale.
-