Class SimpleMethodInvoker

java.lang.Object
com.storedobject.common.SimpleMethodInvoker
All Implemented Interfaces:
MethodInvoker

public class SimpleMethodInvoker extends Object implements MethodInvoker
A class that implements the MethodInvoker functional interface to facilitate the invocation of specific methods from a given class. The class provides mechanisms to resolve and invoke methods based on naming conventions such as "get", "is", or direct method names. If the method cannot be found or any errors occur, the invocation defaults to a null operation.
Author:
Syam