Interface | Description |
---|---|
MethodInvoker |
A strategy interface for invoking a method.
|
MethodResolver |
Strategy interface for detecting a single Method on a Class.
|
Class | Description |
---|---|
AnnotationMethodResolver |
MethodResolver implementation that finds a single Method on the
given Class that contains the specified annotation type.
|
MethodInvokerUtils |
Utility methods to create
MethodInvoker instances. |
SimpleMethodInvoker |
Simple implementation of the
MethodInvoker interface that invokes a
method on an object. |
Copyright © 2018 SpringSource. All rights reserved.