Class DashboardComponentResourceConverterImpl
java.lang.Object
com.flowable.platform.engine.impl.deployer.DashboardComponentResourceConverterImpl
- All Implemented Interfaces:
DashboardComponentResourceConverter
public class DashboardComponentResourceConverterImpl
extends Object
implements DashboardComponentResourceConverter
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorDescriptionDashboardComponentResourceConverterImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionconvertModelToJson
(DashboardComponentDefinitionModel definitionModel) convertResourceToModel
(byte[] resourceBytes) convertResourceToModel
(InputStream resourceStream)
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
DashboardComponentResourceConverterImpl
public DashboardComponentResourceConverterImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
convertResourceToModel
- Specified by:
convertResourceToModel
in interfaceDashboardComponentResourceConverter
-
convertResourceToModel
- Specified by:
convertResourceToModel
in interfaceDashboardComponentResourceConverter
-
convertModelToJson
- Specified by:
convertModelToJson
in interfaceDashboardComponentResourceConverter
-