Interface ServiceInvocationResult

All Known Implementing Classes:
ArrayNodeServiceInvocationResult, BaseServiceInvocationResult, ListServiceInvocationResult, MapServiceInvocationResult, ObjectNodeServiceInvocationResult, VariableContainerServiceInvocationResult

public interface ServiceInvocationResult
  • Method Details

    • getResultType

      ResultType getResultType()
    • getValue

      Object getValue(String name)
    • hasValue

      boolean hasValue(String name)
    • getValue

      ServiceInvocationResult getValue(int index)
    • size

      int size()
    • asJsonNode

      com.fasterxml.jackson.databind.JsonNode asJsonNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper)