public interface AlternateCatalogRegistryModule<T extends CatalogType> extends CatalogRegistryModule<T>
Modifier and Type | Method and Description |
---|---|
Map<String,T> |
provideCatalogMap()
Gets the catalog
map instead of defaulting to utilizing
RegisterCatalog annotated field for the map of catalog types. |
getAll, getById
registerDefaults
Map<String,T> provideCatalogMap()
map
instead of defaulting to utilizing
RegisterCatalog
annotated field for the map of catalog types.