Class MapToStringConverter
java.lang.Object
org.activiti.api.runtime.model.impl.MapToStringConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Map<String,Object>, String>
-
Constructor Summary
ConstructorsConstructorDescriptionMapToStringConverter(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
-
MapToStringConverter
public MapToStringConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
convert
-