| 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) |
BaseResponse<?> |
ResourceGet.handle(JsonPath jsonPath,
RequestParams requestParams,
RequestBody requestBody)
Passes the request to controller method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorResponse |
| Modifier and Type | Method and Description |
|---|---|
Class<BaseResponse> |
BaseResponseSerializer.handledType() |
| Modifier and Type | Method and Description |
|---|---|
Set<?> |
IncludedRelationshipExtractor.extractIncludedResources(Object resource,
Set<Field> relationshipFields,
BaseResponse response) |
void |
BaseResponseSerializer.serialize(BaseResponse value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionResponse
A class responsible for representing top-level JSON object returned by Katharsis.
|
class |
ResourceResponse
A class responsible for representing top-level JSON object returned by Katharsis.
|
Copyright © 2015. All Rights Reserved.