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