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

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

Introduction

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

The text is from its open source code.

Constructor

LocaleConvertUtilsBean()
Makes the state by default (deregisters all converters for all locales) and then registers default locale converters.

Method

Stringconvert(Object value, String pattern)
Convert the specified locale-sensitive value into a String using the conversion pattern.
Objectconvert(String value, Class clazz)
Convert the specified value to an object of the specified class (if possible).
Objectconvert(String[] values, Class clazz)
Convert an array of specified values to an array of objects of the specified class (if possible) .
voidsetDefaultLocale(Locale locale)
setter for defaultLocale.