Interface StitchProcessorParameterDto


public interface StitchProcessorParameterDto
Represent processor parameter during parsing and validation phase.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns parameters value from external file.
    Returns parameter name.
    com.fasterxml.jackson.databind.JsonNode
    Returns parameters value.
  • 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.