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
ConstructorsConstructorDescriptionObjectValueToStringConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
ObjectValueToStringConverter
public ObjectValueToStringConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<ObjectValue,String>
-