Interface ParameterArrayPostProcessor


public interface ParameterArrayPostProcessor
PostProcessor for Parameterarray generation.
  • Method Summary

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

    • process

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