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