Package cdc.converters
package cdc.converters
-
ClassDescriptionAbstractConverter<S,
T> Base implementation of typed converter.Base implementation of converters that can be configured.AndThenConverter<S,X, T> Converter that is the composition of 2 Converters.Utilities to convert Arguments.Converter<S,T> Base interface of typed converters.ConverterAdapter<S,T> Class used to create a typed converter from a raw converter.Registry of converters.OrElseConverter<S,T> Converter that returns the result of the first successful converter.Enumeration of special converter kinds.