Interface ClassFlowContext


  • public interface ClassFlowContext
    Context for the ClassFlowRegistry.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getFlowInterfaceType

        java.lang.Class<?> getFlowInterfaceType()
        Obtains the Type declaring the Method of this flow.
        Returns:
        Type declaring the Method of this flow.
      • getMethod

        java.lang.reflect.Method getMethod()
        Obtains the Method.
        Returns:
        Method.
      • getParameterType

        java.lang.Class<?> getParameterType()
        Obtains the parameter type for the Flow. Will be null if no parameter.
        Returns:
        Parameter type for the Flow. Will be null if no parameter.