Class StringToMapConverter
java.lang.Object
org.activiti.api.runtime.model.impl.StringToMapConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String, Map<String,Object>>
-
Constructor Summary
ConstructorsConstructorDescriptionStringToMapConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
StringToMapConverter
public StringToMapConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
convert
-