Class StyledMethodInvoker

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

public abstract class StyledMethodInvoker extends CustomMethodInvoker
An abstract class that facilitates invocation of methods while allowing for the use of a styled builder for result processing. This class extends the CustomMethodInvoker and provides additional abstraction for creating and populating a StyledBuilder. The StyledMethodInvoker is responsible for:
 - Overriding the default return type of the method invocation to StyledBuilder.
 - Defining the contracts for creating a StyledBuilder and building it with a given object.
 
Author:
Syam