Package io.micronaut.core.convert
Interface TypeConverterRegistrar
An interface for classes that register type conversions with the
ConversionService.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(MutableConversionService conversionService) Interface for registrars ofTypeConverterinstances.
-
Method Details
-
register
Interface for registrars ofTypeConverterinstances.- Parameters:
conversionService- TheConversionService
-