public class HbciJsonCustomSerializer extends Object implements org.flowable.variable.api.types.VariableType
| Constructor and Description |
|---|
HbciJsonCustomSerializer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
Object |
getValue(org.flowable.variable.api.types.ValueFields valueFields) |
boolean |
isAbleToStore(Object o) |
boolean |
isCachable() |
void |
setValue(Object o,
org.flowable.variable.api.types.ValueFields valueFields) |
public String getTypeName()
getTypeName in interface org.flowable.variable.api.types.VariableTypepublic boolean isCachable()
isCachable in interface org.flowable.variable.api.types.VariableTypepublic boolean isAbleToStore(Object o)
isAbleToStore in interface org.flowable.variable.api.types.VariableTypepublic void setValue(Object o, org.flowable.variable.api.types.ValueFields valueFields)
setValue in interface org.flowable.variable.api.types.VariableTypepublic Object getValue(org.flowable.variable.api.types.ValueFields valueFields)
getValue in interface org.flowable.variable.api.types.VariableTypeCopyright © 2020. All rights reserved.