Class CustomMethodInvoker

java.lang.Object
com.storedobject.common.CustomMethodInvoker
All Implemented Interfaces:
MethodInvoker
Direct Known Subclasses:
StyledMethodInvoker

public abstract class CustomMethodInvoker extends Object implements MethodInvoker
An abstract base class that provides a customizable method invocation framework with support for caching the return type of the invoked method and handling attribute name assignment. This class implements the MethodInvoker interface and provides additional capabilities while delegating core behaviors to the interface.
Author:
Syam