Class NettyConvertersSpi
java.lang.Object
io.micronaut.http.server.netty.converters.NettyConvertersSpi
- All Implemented Interfaces:
TypeConverterRegistrar
Factory for bytebuf related converters that do not need the application context (can be
registered with SPI).
- Since:
- 3.6.3
- Author:
- Jonas Konrad
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(MutableConversionService conversionService) Interface for registrars ofTypeConverter
instances.
-
Constructor Details
-
NettyConvertersSpi
public NettyConvertersSpi()
-
-
Method Details
-
register
Description copied from interface:TypeConverterRegistrar
Interface for registrars ofTypeConverter
instances.- Specified by:
register
in interfaceTypeConverterRegistrar
- Parameters:
conversionService
- TheConversionService
-