Package io.micronaut.http.server.netty
Class NettyRequestArgumentSatisfier
- java.lang.Object
-
- io.micronaut.http.server.binding.RequestArgumentSatisfier
-
- io.micronaut.http.server.netty.NettyRequestArgumentSatisfier
-
@Primary @Singleton @Internal public class NettyRequestArgumentSatisfier extends io.micronaut.http.server.binding.RequestArgumentSatisfierA class containing methods to aid in satisfying arguments of aRoute. Contains Netty specific extensions - setting the body required for blocking binders.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description NettyRequestArgumentSatisfier(io.micronaut.http.bind.RequestBinderRegistry requestBinderRegistry)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Optional<java.lang.Object>getValueForArgument(io.micronaut.core.type.Argument argument, io.micronaut.http.HttpRequest<?> request, boolean satisfyOptionals)
-
-
-
Method Detail
-
getValueForArgument
protected java.util.Optional<java.lang.Object> getValueForArgument(io.micronaut.core.type.Argument argument, io.micronaut.http.HttpRequest<?> request, boolean satisfyOptionals)- Overrides:
getValueForArgumentin classio.micronaut.http.server.binding.RequestArgumentSatisfier
-
-