All Classes
-
Class Summary Class Description BaseExceptionMapper<T extends java.lang.Throwable> Code shared between concrete exception-mapper implementations.ConstraintViolationExceptionMapper "Special" implementation for exceptions that extendConstraintViolationException, as those do not "go through"NessieExceptionMapperand also not through theValidationExceptionMapper.ContentKeyParamConverterProvider JAX-RS parameter converter provider to transformStringintoContentKey, and vice-versa.InstantParamConverterProvider JAX-RS parameter converter provider to transformStringintoInstant, and vice-versa.NamespaceParamConverterProvider JAX-RS parameter converter provider to transformStringintoNamespace, 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.ReferenceTypeParamConverterProvider Provider forReferenceTypeParamConverterProvider.ReferenceTypeParamConverter, to convert between lower-case representations ofReference.ReferenceTypein REST paths and upper-case in the Java enum..RestConfigResource REST endpoint to retrieve server settings.RestContentResource REST endpoint for the content-API.RestDiffResource REST endpoint for the diff-API.RestNamespaceResource REST endpoint for the namespace-API.RestRefLogResource REST endpoint for the reflog-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.