io.camunda.connector.pdf.toolbox.PdfParameter 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 org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class PdfParameter {
private static final Logger logger = LoggerFactory.getLogger(PdfParameter.class.getName());
private final String name;
private final String label;
private final Class> classParameter;
private final String level;
private final String explanation;
private final int priority;
// we want to keep the order
private final List