Class ListToStringConverter
java.lang.Object
org.activiti.api.runtime.model.impl.ListToStringConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<List<Object>, String>
@ProcessVariableTypeConverter
public class ListToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<List<Object>, String>
-
Constructor Summary
ConstructorsConstructorDescriptionListToStringConverter(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
-
ListToStringConverter
public ListToStringConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
convert
-