Interface StitchProcessorParameterDto
public interface StitchProcessorParameterDto
Represent processor parameter during parsing and validation phase.
-
Method Details
-
getName
String getName()Returns parameter name.- Returns:
- parameter name as
String.
-
getValue
com.fasterxml.jackson.databind.JsonNode getValue()Returns parameters value.- Returns:
- parameters value as
JsonNode.
-
getContent
String getContent()Returns parameters value from external file.- Returns:
- parameters value if value corresponds to external file as
String.
-