Construct MethodInvocationProcessor instance.
the name of the method to invoke
the flag specifying whether the method mutates the state of a target object, which implies that the entry value should be updated after method invocation
the method arguments
Method arguments.
The name of the method to invoke.
A flag specifying whether the method mutates the state of a target object.
Returns a CompositeProcessor comprised of this and the provided processor.
a CompositeProcessor comprised of this and the provided processor
the next processor
Returns a ConditionalProcessor comprised of this processor and the provided filter.
The specified entry processor gets invoked if and only if the filter
applied to the entry evaluates to true
; otherwise the
result of the invocation will return null
.
the filter
An entry processor that invokes the specified method on a value of a cache entry and optionally updates the entry with a modified value.