Package cdc.converters
-
Interface Summary Interface Description Converter<S,T> Base interface of typed converters. -
Class Summary Class Description AbstractConverter<S,T> Base implementation of typed converter.AbstractNoArgsConverter<S,T> Base implementation of converters that can be configured.AndThenConverter<S,X,T> Converter that is the composition of 2 Converters.ArgsConversion Utilities to convert Arguments.ConverterAdapter<S,T> Class used to create a typed converter from a raw converter.Converters Registry of converters.Converters.Printer OrElseConverter<S,T> Converter that returns the result of the first successful converter.RawRefConverter -
Enum Summary Enum Description SpecialConverterKind Enumeration of special converter kinds. -
Exception Summary Exception Description ConversionException