Package dev.orne.beans.converters


package dev.orne.beans.converters

Extra converters for Apache commons beanutils.

Since:
0.1, 2020-04
  • Classes
    Class
    Description
    Implementation of Converter that converts LocalDate instances to and from String using ISO-8601 as String representation by default.
    Implementation of Converter that converts Date instances to and from String using delegating in a instance of InstantConverter.
    Implementation of Converter that converts DayOfWeek instances to and from String constant name as String representation.
    Implementation of Converter that converts Duration instances to and from String using ISO-8601 as String representation.
    Implementation of Converter that converts Enum instances to and from String using value name as String representation.
    Extension of ConvertUtilsBean that falls back to converter registered for Enum class when converting enumeration types.
    Extension of ConvertUtilsBean2 that falls back to converter registered for Enum class when converting enumeration types.
    EnumTypedConverter<E extends Enum<E>>
    Implementation of Converter that converts Enum instances to and from String using value name as String representation.
    Implementation of Converter that converts Calendar instances to and from String using delegating in a instance of InstantConverter.
    Implementation of Converter that converts IdentityBean instances to String and WritableIdentityBean from String using the identity token of the bean as String representation.
    Implementation of Converter that converts Identity instances to and from String using the identity token as String representation.
    Implementation of Converter that converts Instant instances to and from String using the ISO-8601 as String representation.
    Implementation of Converter that converts LocalDate instances to and from String using ISO-8601 as String representation by default.
    Implementation of Converter that converts LocalDateTime instances to and from String using ISO-8601 as String representation by default.
    Implementation of Converter that converts Locale instances to and from String using the language tag as String representation.
    Implementation of Converter that converts LocalTime instances to and from String using ISO-8601 as String representation by default.
    Implementation of Converter that converts Month instances to and from String using "YYYY-MM" as String representation.
    Implementation of Converter that converts MonthDay instances to and from String using "--MM-DD" as String representation.
    Implementation of Converter that converts OffsetDateTime instances to and from String using ISO-8601 as String representation by default.
    Implementation of Converter that converts OffsetTime instances to and from String using ISO-8601 as String representation by default.
    Utility class for registration of default implementations of Orne custom converters
    Implementation of Converter that converts Period instances to and from String using ISO-8601 as String representation.
    Implementation of Converter that converts URI instances to and from String using the language tag as String representation.
    Implementation of Converter that converts Year instances to and from String using the year number as String representation.
    Implementation of Converter that converts YearMonth instances to and from String using "YYYY-MM" as String representation.
    Implementation of Converter that converts ZonedDateTime instances to and from String using ISO-8601 as String representation by default.
    Implementation of Converter that converts ZoneOffset instances to and from String using ID as String representation by default.