Class ContextlessMessageBodyHandlerRegistry

java.lang.Object
io.micronaut.http.body.ContextlessMessageBodyHandlerRegistry
All Implemented Interfaces:
MessageBodyHandlerRegistry

@Internal public final class ContextlessMessageBodyHandlerRegistry extends Object
MessageBodyHandlerRegistry implementation that does not need an application context.
Since:
4.0.0
  • Constructor Details

    • ContextlessMessageBodyHandlerRegistry

      public ContextlessMessageBodyHandlerRegistry(io.micronaut.runtime.ApplicationConfiguration applicationConfiguration, io.micronaut.core.io.buffer.ByteBufferFactory<?,?> byteBufferFactory, RawMessageBodyHandler<?>... otherRawHandlers)
      Parameters:
      applicationConfiguration - The configuration
      byteBufferFactory - The buffer factory
      otherRawHandlers - Raw handlers to add on top of the default ones
  • Method Details