All Classes
-
Class Summary Class Description BaseExceptionMapper<T extends Throwable> Code shared between concrete exception-mapper implementations.ContentKeyParamConverterProvider JAX-RS parameter converter provider to transformStringintoContentKey, and vice-versa.InstantParamConverterProvider JAX-RS parameter converter provider to transformStringintoInstant, and vice-versa.NessieExceptionMapper "Default" exception mapper implementations, mostly used to serialize theNessie-exceptionsas JSON consumable by Nessie client implementations.NessieJaxRsJsonMappingExceptionMapper "Special" implementation for exceptions that extendJsonMappingExceptionthat is needed when using Jackson-JaxRs, as those do not "go through"NessieExceptionMapper, because Jackson-JaxRs provides its own mapper forJsonMappingException.NessieJaxRsJsonParseExceptionMapper "Special" implementation for exceptions that extendJsonParseExceptionthat is needed when using Jackson-JaxRs, as those do not "go through"NessieExceptionMapper, because Jackson-JaxRs provides its own mapper forJsonParseException.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 extendValidationException, as those do not "go through"NessieExceptionMapperand there need to be twoExceptionMapperbeans for the Nessie-server.