Class StringToListConverter

java.lang.Object
org.activiti.api.runtime.model.impl.StringToListConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,List<Object>>

@ProcessVariableTypeConverter public class StringToListConverter extends Object implements org.springframework.core.convert.converter.Converter<String,List<Object>>
  • Constructor Details

    • StringToListConverter

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

    • convert

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