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 Details

    • SetToStringConverter

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

    • convert

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