public class MethodTarget extends Object
Immutable since 1.2.0.
Constructor and Description |
---|
MethodTarget(Method method,
Object target)
Constructor for a
null remainingBuffer and key |
MethodTarget(Method method,
Object target,
String remainingBuffer,
String key)
Constructor that allows all fields to be set
|
public MethodTarget(Method method, Object target)
null remainingBuffer
and key
method
- the method to invoke (required)target
- the object on which the method is to be invoked (required)public MethodTarget(Method method, Object target, String remainingBuffer, String key)
method
- the method to invoke (required)target
- the object on which the method is to be invoked (required)remainingBuffer
- can be blankkey
- can be blank