Uses of Interface
org.apache.commons.beanutils.Converter
Packages that use Converter
Package
Description
The Bean Introspection Utilities component of the Apache Commons
subproject offers low-level utility classes that assist in getting and setting
property values on Java classes that follow the naming design patterns outlined
in the JavaBeans Specification, as well as mechanisms for dynamically defining
and accessing bean properties.
Standard implementations of the
Converter interface that
are pre-registered with ConvertUtils at startup time.Locale-aware extensions of the standard beanutils classes.
Standard implementations of the locale-aware
LocaleConverter
interface that are pre-registered with locale-aware LocaleConvertUtils
at startup time.-
Uses of Converter in org.apache.commons.beanutils
Fields in org.apache.commons.beanutils with type parameters of type ConverterModifier and TypeFieldDescriptionprivate final WeakFastHashMap<Class<?>,Converter> ConvertUtilsBean.convertersThe set ofConverters that can be used to convert Strings into objects of a specified Class, keyed by the destination Class.Methods in org.apache.commons.beanutils that return ConverterModifier and TypeMethodDescriptionstatic ConverterLook up and return any registeredConverterfor the specified destination class; if there is no registered Converter, returnnull.static ConverterLook up and return any registeredConverterfor the specified source and destination class; if there is no registered Converter, returnnull.Look up and return any registeredConverterfor the specified destination class; if there is no registered Converter, returnnull.Look up and return any registeredConverterfor the specified source and destination class; if there is no registered Converter, returnnull.Methods in org.apache.commons.beanutils with parameters of type ConverterModifier and TypeMethodDescriptionstatic voidRegister a customConverterfor the specified destinationClass, replacing any previously registered Converter.private voidstrictly for convenience since it has same parameter order as Map.putvoidRegister a customConverterfor the specified destinationClass, replacing any previously registered Converter.private voidConvertUtilsBean.registerArrayConverter(Class<?> componentType, Converter componentConverter, boolean throwException, int defaultArraySize) Register a new ArrayConverter with the specified element delegate converter that returns a default array of the specified size in the event of conversion errors. -
Uses of Converter in org.apache.commons.beanutils.converters
Classes in org.apache.commons.beanutils.converters that implement ConverterModifier and TypeClassDescriptionclassDeprecated.classBaseConverterimplementation that provides the structure for handling conversion to and from a specified type.classGenericConverterimplementation that handles conversion to and from array objects.final classNumberConverterimplementation that handles conversion to and from java.math.BigDecimal objects.final classNumberConverterimplementation that handles conversion to and from java.math.BigInteger objects.final classDeprecated.Replaced by the newArrayConverterimplementationfinal classConverterimplementation that handles conversion to and from Boolean objects.final classDeprecated.Replaced by the newArrayConverterimplementationfinal classNumberConverterimplementation that handles conversion to and from java.lang.Byte objects.final classDateTimeConverterimplementation that handles conversion to and from java.util.Calendar objects.final classDeprecated.Replaced by the newArrayConverterimplementationfinal classConverterimplementaion that handles conversion to and from java.lang.Character objects.final classConverterimplementaion that handles conversion to and from java.lang.Class objects.final classfinal classDateTimeConverterimplementation that handles conversion to and from java.util.Date objects.classConverterimplementaion that handles conversion to and from date/time objects.final classDeprecated.Replaced by the newArrayConverterimplementationfinal classNumberConverterimplementation that handles conversion to and from java.lang.Double objects.final classConverterimplementaion that handles conversion to and from java.io.File objects.final classDeprecated.Replaced by the newArrayConverterimplementationfinal classNumberConverterimplementation that handles conversion to and from java.lang.Float objects.final classDeprecated.Replaced by the newArrayConverterimplementationfinal classNumberConverterimplementation that handles conversion to and from java.lang.Integer objects.final classDeprecated.Replaced by the newArrayConverterimplementationfinal classNumberConverterimplementation that handles conversion to and from java.lang.Long objects.classConverterimplementaion that handles conversion to and from java.lang.Number objects.final classDeprecated.Replaced by the newArrayConverterimplementationfinal classNumberConverterimplementation that handles conversion to and from java.lang.Short objects.final classDateTimeConverterimplementation that handles conversion to and from java.sql.Date objects.final classDateTimeConverterimplementation that handles conversion to and from java.sql.Time objects.final classDateTimeConverterimplementation that handles conversion to and from java.sql.Timestamp objects.final classDeprecated.Replaced by the newArrayConverterimplementationfinal classConverterimplementation that converts an incoming object into ajava.lang.Stringobject.final classConverterimplementaion that handles conversion to and from java.net.URL objects.Fields in org.apache.commons.beanutils.converters declared as ConverterModifier and TypeFieldDescriptionprivate final ConverterConverterFacade.converterprivate final ConverterArrayConverter.elementConverterConstructors in org.apache.commons.beanutils.converters with parameters of type ConverterModifierConstructorDescriptionArrayConverter(Class<?> defaultType, Converter elementConverter) Construct an arrayConverterwith the specified componentConverterthat throws aConversionExceptionif an error occurs.ArrayConverter(Class<?> defaultType, Converter elementConverter, int defaultSize) Construct an arrayConverterwith the specified componentConverterthat returns a default array of the specified size (ornull) if an error occurs.ConverterFacade(Converter converter) Construct a converter which delegates to the specifiedConverterimplementation. -
Uses of Converter in org.apache.commons.beanutils.locale
Subinterfaces of Converter in org.apache.commons.beanutils.localeModifier and TypeInterfaceDescriptioninterfaceGeneral purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.Classes in org.apache.commons.beanutils.locale that implement ConverterModifier and TypeClassDescriptionclassThe base class for all standart type locale-sensitive converters. -
Uses of Converter in org.apache.commons.beanutils.locale.converters
Classes in org.apache.commons.beanutils.locale.converters that implement ConverterModifier and TypeClassDescriptionclassStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.math.BigDecimalobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.math.BigIntegerobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Byteobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.util.Dateobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Numberobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Doubleobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.math.BigDecimalobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Integerobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Longobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Shortobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.sql.Dateobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.sql.Timeobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.sql.Timestampobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.classStandardLocaleConverterimplementation that converts an incoming locale-sensitive object into ajava.lang.Stringobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
ArrayConverterimplementation