Changed Constructors |
HandlerMethod(Object, String, Class[])
|
Documentation changed from old to new. |
Create an instance from a bean instance, method name, and parameter types. |
HandlerMethod(Object, Method)
|
Documentation changed from old to new. |
Create an instance from a bean instance and a method. |
HandlerMethod(String, BeanFactory, Method)
|
Documentation changed from old to new. |
Create an instance from a bean name, a method, and a {@code BeanFactory}. |
Changed Methods |
HandlerMethod createWithResolvedBean()
|
Documentation changed from old to new. |
If the provided instance contains a bean name rather than an object instance, the bean name is resolved
before a HandlerMethod is created and returned. |
Class<?> getBeanType()
|
Documentation changed from old to new. |
Returns the type of the handler for this handler method. |
Annotation getMethodAnnotation(Class<A> )
|
Documentation changed from old to new. |
Returns a single annotation on the underlying method traversing its super methods if no
annotation can be found on the given method itself. |
MethodParameter getReturnType()
|
Documentation changed from old to new. |
Return the HandlerMethod return type. |