Class ActivitiJSONStringWrapper
- java.lang.Object
-
- org.openiam.workflow.activiti.model.ActivitiJSONStringWrapper
-
- All Implemented Interfaces:
Serializable
public class ActivitiJSONStringWrapper extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivitiJSONStringWrapper()
ActivitiJSONStringWrapper(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
<T> T
getObject(CustomJacksonMapper mapper, Class<T> type)
String
getValue()
int
hashCode()
void
setValue(String value)
String
toString()
-
-
-
Constructor Detail
-
ActivitiJSONStringWrapper
public ActivitiJSONStringWrapper()
-
ActivitiJSONStringWrapper
public ActivitiJSONStringWrapper(String value)
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getObject
public <T> T getObject(CustomJacksonMapper mapper, Class<T> type) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
- Throws:
com.fasterxml.jackson.core.JsonParseException
com.fasterxml.jackson.databind.JsonMappingException
IOException
-
-