Namespace Steeltoe.Common.Converter
Classes
Interfaces
- IConditionalConverter
Allows a converter to conditionally execute based on the types of the source and target
- IConditionalGenericConverter
A generic converter that may conditionally execute based on the source type and target types.
- IConversionService
A service interface for type conversions.
- IConverterRegistry
For registering converters with a type conversion system.
- IConverter<S, T>
A converter converts from a source object of type S to a target object of type T.
- IGenericConverter
Generic converter interface for converting between two or more types