Package dev.orne.beans.converters
package dev.orne.beans.converters
Extra converters for Apache commons beanutils.
- Since:
- 0.1, 2020-04
-
ClassesClassDescriptionImplementation of
Converterthat convertsLocalDateinstances to and fromStringusing ISO-8601 asStringrepresentation by default.Implementation ofConverterthat convertsDateinstances to and fromStringusing delegating in a instance ofInstantConverter.Implementation ofConverterthat convertsDayOfWeekinstances to and fromStringconstant name asStringrepresentation.Implementation ofConverterthat convertsDurationinstances to and fromStringusing ISO-8601 asStringrepresentation.Implementation ofConverterthat convertsEnuminstances to and fromStringusing value name asStringrepresentation.Extension ofConvertUtilsBeanthat falls back to converter registered forEnumclass when converting enumeration types.Extension ofConvertUtilsBean2that falls back to converter registered forEnumclass when converting enumeration types.EnumTypedConverter<E extends Enum<E>>Implementation ofConverterthat convertsEnuminstances to and fromStringusing value name asStringrepresentation.Implementation ofConverterthat convertsCalendarinstances to and fromStringusing delegating in a instance ofInstantConverter.Implementation ofConverterthat convertsIdentityBeaninstances toStringandWritableIdentityBeanfromStringusing the identity token of the bean asStringrepresentation.Implementation ofConverterthat convertsIdentityinstances to and fromStringusing the identity token asStringrepresentation.Implementation ofConverterthat convertsInstantinstances to and fromStringusing the ISO-8601 asStringrepresentation.Implementation ofConverterthat convertsLocalDateinstances to and fromStringusing ISO-8601 asStringrepresentation by default.Implementation ofConverterthat convertsLocalDateTimeinstances to and fromStringusing ISO-8601 asStringrepresentation by default.Implementation ofConverterthat convertsLocaleinstances to and fromStringusing the language tag asStringrepresentation.Implementation ofConverterthat convertsLocalTimeinstances to and fromStringusing ISO-8601 asStringrepresentation by default.Implementation ofConverterthat convertsMonthinstances to and fromStringusing "YYYY-MM" asStringrepresentation.Implementation ofConverterthat convertsMonthDayinstances to and fromStringusing "--MM-DD" asStringrepresentation.Implementation ofConverterthat convertsOffsetDateTimeinstances to and fromStringusing ISO-8601 asStringrepresentation by default.Implementation ofConverterthat convertsOffsetTimeinstances to and fromStringusing ISO-8601 asStringrepresentation by default.Utility class for registration of default implementations of Orne custom convertersImplementation ofConverterthat convertsPeriodinstances to and fromStringusing ISO-8601 asStringrepresentation.Implementation ofConverterthat convertsURIinstances to and fromStringusing the language tag asStringrepresentation.Implementation ofConverterthat convertsYearinstances to and fromStringusing the year number asStringrepresentation.Implementation ofConverterthat convertsYearMonthinstances to and fromStringusing "YYYY-MM" asStringrepresentation.Implementation ofConverterthat convertsZonedDateTimeinstances to and fromStringusing ISO-8601 asStringrepresentation by default.Implementation ofConverterthat convertsZoneOffsetinstances to and fromStringusing ID asStringrepresentation by default.