public class LongJsonType extends SerializableType
| Modifier and Type | Field and Description |
|---|---|
protected int |
minLength |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
trackDeserializedObjects, TYPE_NAME| 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, setValueisCachableprotected 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 © 2018 Flowable. All rights reserved.