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