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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.web.method.support.InvocableHandlerMethod has subclasses.
Click this link to see all its subclasses.

Constructor

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

Method

AgetMethodAnnotation(Class annotationType)
Return a single annotation on the underlying method traversing its super methods if no annotation can be found on the given method itself.
MethodParametergetReturnType()
Return the HandlerMethod return type.
booleanisVoid()
Return true if the method return type is void, false otherwise.
voidsetDataBinderFactory(WebDataBinderFactory dataBinderFactory)
Set the WebDataBinderFactory to be passed to argument resolvers allowing them to create a WebDataBinder for data binding and type conversion purposes.
voidsetHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite argumentResolvers)
Set HandlerMethodArgumentResolver HandlerMethodArgumentResolvers to use to use for resolving method argument values.
voidsetParameterNameDiscoverer(ParameterNameDiscoverer parameterNameDiscoverer)
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.