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 Details

    • ListToStringConverter

      public ListToStringConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • convert

      public String convert(List<Object> source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<List<Object>,String>