| BaseExceptionMapper<T extends Throwable> |
Code shared between concrete exception-mapper implementations.
|
| ContentKeyParamConverterProvider |
JAX-RS parameter converter provider to transform String into ContentKey, and
vice-versa.
|
| InstantParamConverterProvider |
JAX-RS parameter converter provider to transform String into Instant, and
vice-versa.
|
| NessieExceptionMapper |
"Default" exception mapper implementations, mostly used to serialize the Nessie-exceptions as JSON consumable by Nessie client
implementations.
|
| NessieJaxRsJsonMappingExceptionMapper |
"Special" implementation for exceptions that extend JsonMappingException that is needed
when using Jackson-JaxRs, as those do not "go through" NessieExceptionMapper, because
Jackson-JaxRs provides its own mapper for JsonMappingException.
|
| NessieJaxRsJsonParseExceptionMapper |
"Special" implementation for exceptions that extend JsonParseException that is needed
when using Jackson-JaxRs, as those do not "go through" NessieExceptionMapper, because
Jackson-JaxRs provides its own mapper for JsonParseException.
|
| RestConfigResource |
REST endpoint to retrieve server settings.
|
| RestContentResource |
REST endpoint for the content-API.
|
| RestDiffResource |
REST endpoint for the diff-API.
|
| RestTreeResource |
REST endpoint for the tree-API.
|
| ValidationExceptionMapper |
"Special" implementation for exceptions that extend ValidationException, as those do not
"go through" NessieExceptionMapper and there need to be two ExceptionMapper beans
for the Nessie-server.
|