Package org.projectnessie.server.providers
-
Interface Summary Interface Description VersionStoreFactory Factory interface for creating version store instances. -
Class Summary Class Description ConfigurableVersionStoreFactory A version store factory leveraging CDI to delegate to aVersionStoreFactoryinstance based on the store type.DynamoVersionStoreFactory DynamoDB version store factory.InMemoryVersionStoreFactory In-memory version store factory.JGitVersionStoreFactory JGit version store factory.RegisterObjectMapper ResteasyExceptionMapper "Special" implementation for exceptions that extendValidationException, as those do not "go through"NessieExceptionMapperand there need to be twoExceptionMapperbeans for the Nessie-server.StoreType.Literal Supports inline instantiation of theStoreTypequalifier. -
Annotation Types Summary Annotation Type Description StoreType Store type qualifier forVersionStoreFactoryclasses.