| Modifier and Type | Method and Description |
|---|---|
BaseResponse<?> |
RequestDispatcher.dispatchRequest(JsonPath jsonPath,
String requestType,
RequestParams requestParams,
RequestBody requestBody) |
| Modifier and Type | Method and Description |
|---|---|
BaseResponse<?> |
BaseController.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody)
Passes the request to controller method.
|
| Modifier and Type | Method and Description |
|---|---|
BaseResponse<?> |
CollectionGet.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody) |
| Modifier and Type | Method and Description |
|---|---|
BaseResponse |
RelationshipsResourceGet.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody) |
BaseResponse<?> |
ResourcePatch.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody) |
BaseResponse |
FieldResourceGet.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody) |
BaseResponse<?> |
RelationshipsResourceUpsert.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody) |
BaseResponse<?> |
ResourceDelete.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody) |
ResourceResponse |
ResourcePost.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody) |
ResourceResponse |
FieldResourcePost.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody) |
BaseResponse<?> |
ResourceGet.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody)
Passes the request to controller method.
|
| Modifier and Type | Method and Description |
|---|---|
RequestBody |
RequestBodyDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Copyright © 2015. All Rights Reserved.