Package org.apache.commons.beanutils2.converters
package org.apache.commons.beanutils2.converters
Standard implementations of the
Converter
interface that are pre-registered with
ConvertUtils
at startup time.-
ClassDescriptionBase
Converter
implementation that provides the structure for handling conversion to and from a specified type.GenericConverter
implementation that handles conversion to and from array objects.NumberConverter
implementation that handles conversion to and from java.math.BigDecimal objects.NumberConverter
implementation that handles conversion to and from java.math.BigInteger objects.Converter
implementation that handles conversion to and from Boolean objects.NumberConverter
implementation that handles conversion to and from java.lang.Byte objects.DateTimeConverter
implementation that handles conversion to and from java.util.Calendar objects.Converter
implementation that handles conversion to and from java.lang.Character objects.Converter
implementation that handles conversion to and from java.lang.Class objects.DateTimeConverter
implementation that handles conversion to and from java.util.Date objects.Converter
implementation that handles conversion to and from date/time objects.NumberConverter
implementation that handles conversion to and from java.lang.Double objects.Converter
implementation that handles conversion to and from java.time.Duration objects.EnumConverter<E extends Enum<E>>Converter
implementation that handles conversion to and from java.lang.Enum objects.Converter
implementation that handles conversion to and from java.io.File objects.NumberConverter
implementation that handles conversion to and from java.lang.Float objects.Converter
implementation that handles conversion to and fromInetAddress
.NumberConverter
implementation that handles conversion to and from java.lang.Integer objects.DateTimeConverter
implementation that handles conversion to and from java.time.LocalDate objects.DateTimeConverter
implementation that handles conversion to and from java.time.LocalDateTime objects.Converter
implementation that handles conversion to and from java.time.LocalTime objects.NumberConverter
implementation that handles conversion to and from java.lang.Long objects.Converter
implementation that handles conversion to and from java.time.MonthDay objects.NumberConverter<N extends Number>Converter
implementation that handles conversion to and from java.lang.Number objects.DateTimeConverter
implementation that handles conversion to and from java.time.OffsetDateTime objects.Converter
implementation that handles conversion to and from java.time.OffsetTime objects.Converter
implementation that handles conversion to and from java.nio.file.Path objects.Converter
implementation that handles conversion to and from java.time.Period objects.NumberConverter
implementation that handles conversion to and from java.lang.Short objects.Converter
implementation that handles conversion to and from java.net.URI objects.Converter
implementation that handles conversion to and from java.net.URL objects.Converter
implementation that handles conversion to and from java.util.UUID objects.Converter
implementation that handles conversion to and from java.time.Year objects.Converter
implementation that handles conversion to and from java.time.YearMonth objects.DateTimeConverter
implementation that handles conversion to and from java.time.ZonedDateTime objects.Converter
implementation that handles conversion to and from java.time.ZoneId objects.Converter
implementation that handles conversion to and from java.time.ZoneOffset objects.