Class InvokeServiceCmd.ValueWrapper
- java.lang.Object
-
- com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd.ValueWrapper
-
- Enclosing class:
- InvokeServiceCmd<T>
protected static class InvokeServiceCmd.ValueWrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
collection
protected static InvokeServiceCmd.ValueWrapper
MISSING
protected static InvokeServiceCmd.ValueWrapper
NULL
protected InvokeServiceCmd.ValuePresence
presence
protected Object
value
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InvokeServiceCmd.ValuePresence
getPresence()
Object
getValue()
boolean
isCollection()
boolean
isMissing()
boolean
isNull()
boolean
isPresent()
protected static InvokeServiceCmd.ValueWrapper
missing()
protected static InvokeServiceCmd.ValueWrapper
ofListValue(Object value)
protected static InvokeServiceCmd.ValueWrapper
ofNullable(Object value)
-
-
-
Field Detail
-
MISSING
protected static final InvokeServiceCmd.ValueWrapper MISSING
-
NULL
protected static final InvokeServiceCmd.ValueWrapper NULL
-
presence
protected final InvokeServiceCmd.ValuePresence presence
-
value
protected final Object value
-
collection
protected boolean collection
-
-
Method Detail
-
getPresence
public InvokeServiceCmd.ValuePresence getPresence()
-
isPresent
public boolean isPresent()
-
isMissing
public boolean isMissing()
-
isNull
public boolean isNull()
-
getValue
public Object getValue()
-
isCollection
public boolean isCollection()
-
ofNullable
protected static InvokeServiceCmd.ValueWrapper ofNullable(Object value)
-
ofListValue
protected static InvokeServiceCmd.ValueWrapper ofListValue(Object value)
-
missing
protected static InvokeServiceCmd.ValueWrapper missing()
-
-