Class StringToObjectValueConverter

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

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

    • StringToObjectValueConverter

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