Class DataDictionaryResourceConverterImpl
java.lang.Object
com.flowable.platform.engine.impl.deployer.DataDictionaryResourceConverterImpl
- All Implemented Interfaces:
DataDictionaryResourceConverter
public class DataDictionaryResourceConverterImpl
extends Object
implements DataDictionaryResourceConverter
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsConstructorDescriptionDataDictionaryResourceConverterImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionconvertModelToJson(DataDictionaryModel definitionModel) convertResourceToModel(byte[] resourceBytes) convertResourceToModel(InputStream resourceStream) protected DataDictionaryModelprocessModel(DataDictionaryModel model)
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
DataDictionaryResourceConverterImpl
public DataDictionaryResourceConverterImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
convertResourceToModel
- Specified by:
convertResourceToModelin interfaceDataDictionaryResourceConverter
-
convertResourceToModel
- Specified by:
convertResourceToModelin interfaceDataDictionaryResourceConverter
-
processModel
-
convertModelToJson
- Specified by:
convertModelToJsonin interfaceDataDictionaryResourceConverter
-