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 Summary
Constructors Constructor Description StringToObjectValueConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
-
Method Detail
-
convert
public ObjectValue convert(String source)
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<String,ObjectValue>
-
-