Class ObjectValueToStringConverter
- java.lang.Object
-
- org.activiti.api.runtime.model.impl.ObjectValueToStringConverter
-
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ObjectValue,String>
@ProcessVariableTypeConverter public class ObjectValueToStringConverter extends Object implements org.springframework.core.convert.converter.Converter<ObjectValue,String>
-
-
Constructor Summary
Constructors Constructor Description ObjectValueToStringConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
-
Method Detail
-
convert
public String convert(ObjectValue source)
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<ObjectValue,String>
-
-