Package io.micronaut.core.convert
Micronaut core type conversion classes.
- Since:
- 1.0
-
Interface Summary Interface Description ArgumentConversionContext<T> Extended version of theConversionContext
specifically for conversionArgument
instances.ConversionContext A conversion context is a context object supplied to aTypeConverter
that allows more accurate conversion.ConversionError An interface for reporting conversion errors.ConversionService<Impl extends ConversionService> A service for allowing conversion from one type to another.ErrorsContext Interface for reporting conversion errors.ImmutableArgumentConversionContext<T> Immutable variant ofArgumentConversionContext
that can be used as a constant in cases where conversion error handling and rejection is not required.TypeConverter<S,T> A type converter for converting from one type to another.TypeConverterRegistrar An interface for classes that register type conversions with theConversionService
. -
Class Summary Class Description DefaultConversionService The default conversion service.