Package io.micronaut.data.runtime.convert
-
Interface Summary Interface Description DataConversionService<Impl extends DataConversionService> The type ofConversionService
that also include the Data project only registered converters.DataTypeConverter<S,T> Micronaut Data specificTypeConverter
that should be integrated intoDataConversionService
.RuntimePersistentPropertyConversionContext Conversion context that has access to converterRuntimePersistentProperty
.