Class InvokeServiceCmd.ValueWrapper
java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd.ValueWrapper
- Enclosing class:
- InvokeServiceCmd<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected static final InvokeServiceCmd.ValueWrapperprotected static final InvokeServiceCmd.ValueWrapperprotected final InvokeServiceCmd.ValuePresenceprotected final Object -
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanbooleanbooleanisNull()booleanprotected static InvokeServiceCmd.ValueWrappermissing()protected static InvokeServiceCmd.ValueWrapperofListValue(Object value) protected static InvokeServiceCmd.ValueWrapperofNullable(Object value)
-
Field Details
-
MISSING
-
NULL
-
presence
-
value
-
collection
protected boolean collection
-
-
Method Details
-
getPresence
-
isPresent
public boolean isPresent() -
isMissing
public boolean isMissing() -
isNull
public boolean isNull() -
getValue
-
isCollection
public boolean isCollection() -
ofNullable
-
ofListValue
-
missing
-