Java org.apache.commons.beanutils.locale.converters DateLocaleConverter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils.locale.converters DateLocaleConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils.locale.converters DateLocaleConverter.

The text is from its open source code.

Subclass

org.apache.commons.beanutils.locale.converters.DateLocaleConverter has subclasses.
Click this link to see all its subclasses.

Constructor

DateLocaleConverter()
Create a org.apache.commons.beanutils.locale.LocaleConverter that will throw a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
DateLocaleConverter(Locale locale, boolean locPattern)
Create a org.apache.commons.beanutils.locale.LocaleConverter that will throw a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
DateLocaleConverter(Locale locale, String pattern)
Create a org.apache.commons.beanutils.locale.LocaleConverter that will throw a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
DateLocaleConverter(Object defaultValue, boolean locPattern)
Create a org.apache.commons.beanutils.locale.LocaleConverter that will return the specified default value if a conversion error occurs.
DateLocaleConverter(Object defaultValue, Locale locale)
Create a org.apache.commons.beanutils.locale.LocaleConverter that will return the specified default value if a conversion error occurs.

Method

Objectconvert(Object value, String pattern)
Convert the specified locale-sensitive input object into an output object.
voidsetLenient(boolean lenient)
Specify whether or not date-time parsing should be lenient.