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 voidregister(ConversionService<?> conversionService)Interface for registrars ofTypeConverterinstances.
-
-
-
Method Detail
-
register
void register(ConversionService<?> conversionService)
Interface for registrars ofTypeConverterinstances.- Parameters:
conversionService- TheConversionService
-
-