public abstract class AsyncParameterizedServiceInstanceRequest extends AsyncServiceInstanceRequest
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
parameters
Parameters passed by the user in the form of a JSON structure.
|
asyncAccepted| Constructor and Description |
|---|
AsyncParameterizedServiceInstanceRequest(Map<String,Object> parameters) |
public <T> T getParameters(Class<T> cls)