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