Class InvokeServiceCmd.ValueWrapper
java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd.ValueWrapper
- Enclosing class:
- InvokeServiceCmd<T>
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected static final InvokeServiceCmd.ValueWrapper
protected static final InvokeServiceCmd.ValueWrapper
protected final InvokeServiceCmd.ValuePresence
protected final Object
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
boolean
boolean
boolean
isNull()
boolean
protected static InvokeServiceCmd.ValueWrapper
missing()
protected static InvokeServiceCmd.ValueWrapper
ofListValue
(Object value) protected static InvokeServiceCmd.ValueWrapper
ofNullable
(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
-