Java org.springframework.web.reactive.result.method InvocableHandlerMethod fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.reactive.result.method InvocableHandlerMethod fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.reactive.result.method InvocableHandlerMethod.

The text is from its open source code.

Constructor

InvocableHandlerMethod(HandlerMethod handlerMethod)
Create an instance from a HandlerMethod .
InvocableHandlerMethod(Object bean, Method method)
Create an instance from a bean instance and a method.

Method

MethodgetMethod()
Return the method for this handler method.
voidsetArgumentResolvers(List resolvers)
Configure the argument resolvers to use to use for resolving method argument values against a ServerWebExchange .
voidsetReactiveAdapterRegistry(ReactiveAdapterRegistry registry)
Configure a reactive adapter registry.