Package io.micronaut.core.convert
Interface TypeConverterRegistrar
-
@Indexed(TypeConverterRegistrar.class) public interface TypeConverterRegistrar
An interface for classes that register type conversions with theConversionService
.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(ConversionService<?> conversionService)
Interface for registrars ofTypeConverter
instances.
-
-
-
Method Detail
-
register
void register(ConversionService<?> conversionService)
Interface for registrars ofTypeConverter
instances.- Parameters:
conversionService
- TheConversionService
-
-