Package io.micronaut.context.converters
Class ContextConverterRegistrar
java.lang.Object
io.micronaut.context.converters.ContextConverterRegistrar
- All Implemented Interfaces:
TypeConverterRegistrar
@Prototype
@Internal
public class ContextConverterRegistrar
extends Object
implements TypeConverterRegistrar
A converter registry for converters required by the context.
- Since:
- 2.0
- Author:
- graemerocher
-
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(MutableConversionService conversionService) Interface for registrars ofTypeConverter
instances.
-
Method Details
-
register
Description copied from interface:TypeConverterRegistrar
Interface for registrars ofTypeConverter
instances.- Specified by:
register
in interfaceTypeConverterRegistrar
- Parameters:
conversionService
- TheConversionService
-