public class JsonCustomSerializer extends Object implements org.flowable.variable.api.types.VariableType
RequestScopedServicesProvider
.Constructor and Description |
---|
JsonCustomSerializer() |
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.VariableType
public boolean isCachable()
isCachable
in interface org.flowable.variable.api.types.VariableType
public boolean isAbleToStore(Object o)
isAbleToStore
in interface org.flowable.variable.api.types.VariableType
public void setValue(Object o, org.flowable.variable.api.types.ValueFields valueFields)
setValue
in interface org.flowable.variable.api.types.VariableType
public Object getValue(org.flowable.variable.api.types.ValueFields valueFields)
getValue
in interface org.flowable.variable.api.types.VariableType
Copyright © 2020. All rights reserved.