Package io.micronaut.core.convert
package io.micronaut.core.convert
Micronaut core type conversion classes.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionExtended version of the
ConversionContext
specifically for conversionArgument
instances.A conversion context is a context object supplied to aTypeConverter
that allows more accurate conversion.An interface for reporting conversion errors.A service for allowing conversion from one type to another.Interface used when the component requires to set up bean context'sConversionService
.Interface for a component to provide the access to itsConversionService
.The default conversion service.Interface for reporting conversion errors.Immutable variant ofArgumentConversionContext
that can be used as a constant in cases where conversion error handling and rejection is not required.A version ofConversionService
that supports adding new converters.TypeConverter<S,T> A type converter for converting from one type to another.An interface for classes that register type conversions with theConversionService
.