@Component public class ObjectStringMapper extends Object
| Constructor and Description |
|---|
ObjectStringMapper(com.fasterxml.jackson.databind.ObjectMapper nflowObjectMapper) |
| Modifier and Type | Method and Description |
|---|---|
String |
convertFromObject(String key,
Object value) |
Object |
convertToObject(Type type,
String key,
String value) |
Object[] |
createArguments(StateExecution execution,
WorkflowStateMethod method) |
void |
storeArguments(StateExecution execution,
WorkflowStateMethod method,
Object[] args) |
@Inject public ObjectStringMapper(com.fasterxml.jackson.databind.ObjectMapper nflowObjectMapper)
public Object[] createArguments(StateExecution execution, WorkflowStateMethod method)
public void storeArguments(StateExecution execution, WorkflowStateMethod method, Object[] args)
Copyright © 2014–2020 Nitor Creations. All rights reserved.