Uses of Class
com.flowable.serviceregistry.engine.impl.invoker.result.ValueWrapper
Packages that use ValueWrapper
-
Uses of ValueWrapper in com.flowable.serviceregistry.engine.impl.invoker.result
Fields in com.flowable.serviceregistry.engine.impl.invoker.result declared as ValueWrapperModifier and TypeFieldDescriptionprotected static final ValueWrapper
ValueWrapper.MISSING
protected static final ValueWrapper
ValueWrapper.NULL
Methods in com.flowable.serviceregistry.engine.impl.invoker.result that return ValueWrapperModifier and TypeMethodDescriptionArrayNodeServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) abstract ValueWrapper
BaseServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) ListServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) MapServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) ObjectNodeServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) protected static ValueWrapper
ServiceInvocationResultProcessor.extractValue
(ServiceOutputParameter outputParameter, ServiceInvocationResultResponse response, BaseServiceInvocationResult serviceInvocationResult, com.fasterxml.jackson.databind.ObjectMapper objectMapper) VariableContainerServiceInvocationResult.extractValue
(ServiceOutputParameter outputParameter) protected static ValueWrapper
ValueWrapper.missing()
protected static ValueWrapper
ValueWrapper.ofListValue
(Object value) protected static ValueWrapper
ValueWrapper.ofNullable
(Object value)