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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidregister(MutableConversionService conversionService) Interface for registrars ofTypeConverterinstances.
- 
Constructor Details- 
NettyConvertersSpipublic NettyConvertersSpi()
 
- 
- 
Method Details- 
registerDescription copied from interface:TypeConverterRegistrarInterface for registrars ofTypeConverterinstances.- Specified by:
- registerin interface- TypeConverterRegistrar
- Parameters:
- conversionService- The- ConversionService
 
 
-