Uses of Class
org.apache.commons.beanutils2.converters.AbstractConverter
Package
Description
Standard implementations of the
Converter
interface that are pre-registered with
ConvertUtils
at startup time.Contains code that relies on the
java.sql
module.-
Uses of AbstractConverter in org.apache.commons.beanutils2.converters
Modifier and TypeClassDescriptionclass
GenericConverter
implementation that handles conversion to and from array objects.final class
NumberConverter
implementation that handles conversion to and from java.math.BigDecimal objects.final class
NumberConverter
implementation that handles conversion to and from java.math.BigInteger objects.final class
Converter
implementation that handles conversion to and from Boolean objects.final class
NumberConverter
implementation that handles conversion to and from java.lang.Byte objects.final class
DateTimeConverter
implementation that handles conversion to and from java.util.Calendar objects.final class
Converter
implementation that handles conversion to and from java.lang.Character objects.final class
Converter
implementation that handles conversion to and from java.lang.Class objects.class
final class
DateTimeConverter
implementation that handles conversion to and from java.util.Date objects.class
Converter
implementation that handles conversion to and from date/time objects.class
final class
NumberConverter
implementation that handles conversion to and from java.lang.Double objects.final class
Converter
implementation that handles conversion to and from java.time.Duration objects.final class
EnumConverter<E extends Enum<E>>
Converter
implementation that handles conversion to and from java.lang.Enum objects.final class
Converter
implementation that handles conversion to and from java.io.File objects.final class
NumberConverter
implementation that handles conversion to and from java.lang.Float objects.class
Converter
implementation that handles conversion to and fromInetAddress
.final class
NumberConverter
implementation that handles conversion to and from java.lang.Integer objects.final class
DateTimeConverter
implementation that handles conversion to and from java.time.LocalDate objects.final class
DateTimeConverter
implementation that handles conversion to and from java.time.LocalDateTime objects.class
final class
Converter
implementation that handles conversion to and from java.time.LocalTime objects.final class
NumberConverter
implementation that handles conversion to and from java.lang.Long objects.final class
Converter
implementation that handles conversion to and from java.time.MonthDay objects.class
NumberConverter<N extends Number>
Converter
implementation that handles conversion to and from java.lang.Number objects.final class
DateTimeConverter
implementation that handles conversion to and from java.time.OffsetDateTime objects.final class
Converter
implementation that handles conversion to and from java.time.OffsetTime objects.final class
Converter
implementation that handles conversion to and from java.nio.file.Path objects.class
final class
Converter
implementation that handles conversion to and from java.time.Period objects.class
final class
NumberConverter
implementation that handles conversion to and from java.lang.Short objects.final class
final class
Converter
implementation that handles conversion to and from java.net.URI objects.final class
Converter
implementation that handles conversion to and from java.net.URL objects.final class
Converter
implementation that handles conversion to and from java.util.UUID objects.final class
Converter
implementation that handles conversion to and from java.time.Year objects.final class
Converter
implementation that handles conversion to and from java.time.YearMonth objects.final class
DateTimeConverter
implementation that handles conversion to and from java.time.ZonedDateTime objects.final class
Converter
implementation that handles conversion to and from java.time.ZoneId objects.final class
Converter
implementation that handles conversion to and from java.time.ZoneOffset objects. -
Uses of AbstractConverter in org.apache.commons.beanutils2.sql.converters
Modifier and TypeClassDescriptionfinal class
DateTimeConverter
implementation that handles conversion to and from java.sql.Date objects.final class
DateTimeConverter
implementation that handles conversion to and from java.sql.Time objects.final class
DateTimeConverter
implementation that handles conversion to and from java.sql.Timestamp objects.