Java org.springframework.messaging.handler.invocation InvocableHandlerMethod fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.handler.invocation InvocableHandlerMethod fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.handler.invocation 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

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.
StringgetShortLogMessage()
Return a short representation of this handler method for log message purposes.
voidsetMessageMethodArgumentResolvers(HandlerMethodArgumentResolverComposite argumentResolvers)
Set HandlerMethodArgumentResolver HandlerMethodArgumentResolvers to use to use for resolving method argument values.