Class ActionResourceConverterImpl
java.lang.Object
com.flowable.action.engine.impl.deployer.ActionResourceConverterImpl
- All Implemented Interfaces:
ActionResourceConverter
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorDescriptionActionResourceConverterImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionconvertActionDefinitionModelToJson
(ActionDefinitionModel actionDefinitionModel) convertActionResourceToModel
(byte[] appResourceBytes) convertActionResourceToModel
(InputStream appResourceStream)
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ActionResourceConverterImpl
public ActionResourceConverterImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
convertActionResourceToModel
- Specified by:
convertActionResourceToModel
in interfaceActionResourceConverter
-
convertActionResourceToModel
- Specified by:
convertActionResourceToModel
in interfaceActionResourceConverter
-
convertActionDefinitionModelToJson
- Specified by:
convertActionDefinitionModelToJson
in interfaceActionResourceConverter
-