Interface ServiceInvocationResult
- All Known Implementing Classes:
ArrayNodeServiceInvocationResult, BaseServiceInvocationResult, ListServiceInvocationResult, MapServiceInvocationResult, ObjectNodeServiceInvocationResult, VariableContainerServiceInvocationResult
public interface ServiceInvocationResult
-
Method Summary
Modifier and TypeMethodDescriptiontools.jackson.databind.JsonNodeasJsonNode(tools.jackson.databind.ObjectMapper objectMapper) getValue(int index) booleanintsize()
-
Method Details
-
getResultType
ResultType getResultType() -
getValue
-
hasValue
-
getValue
-
size
int size() -
asJsonNode
tools.jackson.databind.JsonNode asJsonNode(tools.jackson.databind.ObjectMapper objectMapper)
-