Class DefaultHttpContentProcessorResolver

java.lang.Object
io.micronaut.http.server.netty.DefaultHttpContentProcessorResolver
All Implemented Interfaces:
HttpContentProcessorResolver

@Singleton @Internal public class DefaultHttpContentProcessorResolver extends Object implements HttpContentProcessorResolver
Default implementation that determines if the body argument (if present) does not expect decoding of the request body, that the DefaultHttpContentProcessor should be used, regardless of the content type of the request. If the body argument dictates decoding should occur, the processor that corresponds to the request content type will be returned.
Since:
1.3.0
Author:
James Kleeh