io.camunda.connector.pdf.toolbox.ParameterToolbox Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdf-function Show documentation
Show all versions of pdf-function Show documentation
Collection of PDF connectors
The newest version!
package io.camunda.connector.pdf.toolbox;
import io.camunda.connector.cherrytemplate.CherryInput;
import io.camunda.connector.pdf.PdfFunction;
import io.camunda.connector.pdf.PdfInput;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.lang.reflect.Constructor;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Optional;
public class ParameterToolbox {
private static final Logger logger = LoggerFactory.getLogger(ParameterToolbox.class.getName());
/**
* This is a toolbox, only static method
*/
private ParameterToolbox() {
}
/**
* Return the list of parameters
*
* @param typeParameter type of parameters (INPUT, OUTPUT)
* @return list of parameters on a list of MAP
*/
public static List