Package org. openrs2. archive
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ArchiveConfigProvider @Inject constructor(mapper: ObjectMapper) : Provider<ArchiveConfig>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DatabaseProvider @Inject constructor(dataSource: DataSource) : Provider<Database>
Content copied to clipboard
Link copied to clipboard
class DataSourceProvider @Inject constructor(config: ArchiveConfig) : Provider<DataSource>
Content copied to clipboard