Package dev.orne.beans.converters
package dev.orne.beans.converters
Extra converters for Apache commons beanutils.
- Since:
- 0.1, 2020-04
-
ClassDescriptionImplementation of
Converter
that convertsLocalDate
instances to and fromString
using ISO-8601 asString
representation by default.Implementation ofConverter
that convertsDate
instances to and fromString
using delegating in a instance ofInstantConverter
.Implementation ofConverter
that convertsDayOfWeek
instances to and fromString
constant name asString
representation.Implementation ofConverter
that convertsDuration
instances to and fromString
using ISO-8601 asString
representation.Implementation ofConverter
that convertsEnum
instances to and fromString
using value name asString
representation.Extension ofConvertUtilsBean
that falls back to converter registered forEnum
class when converting enumeration types.Extension ofConvertUtilsBean2
that falls back to converter registered forEnum
class when converting enumeration types.EnumTypedConverter<E extends Enum<E>>Implementation ofConverter
that convertsEnum
instances to and fromString
using value name asString
representation.Implementation ofConverter
that convertsCalendar
instances to and fromString
using delegating in a instance ofInstantConverter
.Implementation ofConverter
that convertsIdentityBean
instances toString
andWritableIdentityBean
fromString
using the identity token of the bean asString
representation.Implementation ofConverter
that convertsIdentity
instances to and fromString
using the identity token asString
representation.Implementation ofConverter
that convertsInstant
instances to and fromString
using the ISO-8601 asString
representation.Implementation ofConverter
that convertsLocalDate
instances to and fromString
using ISO-8601 asString
representation by default.Implementation ofConverter
that convertsLocalDateTime
instances to and fromString
using ISO-8601 asString
representation by default.Implementation ofConverter
that convertsLocale
instances to and fromString
using the language tag asString
representation.Implementation ofConverter
that convertsLocalTime
instances to and fromString
using ISO-8601 asString
representation by default.Implementation ofConverter
that convertsMonth
instances to and fromString
using "YYYY-MM" asString
representation.Implementation ofConverter
that convertsMonthDay
instances to and fromString
using "--MM-DD" asString
representation.Implementation ofConverter
that convertsOffsetDateTime
instances to and fromString
using ISO-8601 asString
representation by default.Implementation ofConverter
that convertsOffsetTime
instances to and fromString
using ISO-8601 asString
representation by default.Utility class for registration of default implementations of Orne custom convertersImplementation ofConverter
that convertsPeriod
instances to and fromString
using ISO-8601 asString
representation.Implementation ofConverter
that convertsURI
instances to and fromString
using the language tag asString
representation.Implementation ofConverter
that convertsYear
instances to and fromString
using the year number asString
representation.Implementation ofConverter
that convertsYearMonth
instances to and fromString
using "YYYY-MM" asString
representation.Implementation ofConverter
that convertsZonedDateTime
instances to and fromString
using ISO-8601 asString
representation by default.Implementation ofConverter
that convertsZoneOffset
instances to and fromString
using ID asString
representation by default.