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
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorDescriptionDataDictionaryResourceConverterImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionconvertModelToJson
(DataDictionaryModel definitionModel) convertResourceToModel
(byte[] resourceBytes) convertResourceToModel
(InputStream resourceStream) protected DataDictionaryModel
processModel
(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:
convertResourceToModel
in interfaceDataDictionaryResourceConverter
-
convertResourceToModel
- Specified by:
convertResourceToModel
in interfaceDataDictionaryResourceConverter
-
processModel
-
convertModelToJson
- Specified by:
convertModelToJson
in interfaceDataDictionaryResourceConverter
-