Interface ParameterArrayPostProcessor


  • public interface ParameterArrayPostProcessor
    PostProcessor for Parameterarray generation.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Object[] process​(Object[] parameterArray, de.fraunhofer.iese.mydata.component.information.method.MethodInterfaceDescription interfaceDescription, Method methodToCall, de.fraunhofer.iese.mydata.policy.parameter.ParameterList parameters)  
    • Method Detail

      • process

        Object[] process​(Object[] parameterArray,
                         de.fraunhofer.iese.mydata.component.information.method.MethodInterfaceDescription interfaceDescription,
                         Method methodToCall,
                         de.fraunhofer.iese.mydata.policy.parameter.ParameterList parameters)