public class LongJsonType extends SerializableType
| Modifier and Type | Field and Description |
|---|---|
protected int |
minLength |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
static String |
TYPE_NAME |
trackDeserializedObjects| Constructor and Description |
|---|
LongJsonType(int minLength,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(byte[] bytes,
ValueFields valueFields) |
String |
getTypeName() |
boolean |
isAbleToStore(Object value) |
byte[] |
serialize(Object value,
ValueFields valueFields) |
createObjectInputStream, createObjectOutputStream, getValue, setValueisCachablepublic static final String TYPE_NAME
protected final int minLength
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public LongJsonType(int minLength,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public String getTypeName()
getTypeName in interface VariableTypegetTypeName in class SerializableTypepublic boolean isAbleToStore(Object value)
isAbleToStore in interface VariableTypeisAbleToStore in class SerializableTypepublic byte[] serialize(Object value, ValueFields valueFields)
serialize in class SerializableTypepublic Object deserialize(byte[] bytes, ValueFields valueFields)
deserialize in class SerializableTypeCopyright © 2019 Flowable. All rights reserved.