public class ReportDocumentCreatorRepository extends Object
map.| Modifier and Type | Field and Description |
|---|---|
private Map<Class<? extends ReportDocumentCreator>,ReportDocumentCreator> |
map
This map contains
ReportDocumentCreators created by a client application where the keys are
the map values implementation types. |
| Constructor and Description |
|---|
ReportDocumentCreatorRepository() |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends ReportDocumentCreator>,ReportDocumentCreator> |
getMap() |
void |
setMap(Map<Class<? extends ReportDocumentCreator>,ReportDocumentCreator> map) |
private Map<Class<? extends ReportDocumentCreator>,ReportDocumentCreator> map
ReportDocumentCreators created by a client application where the keys are
the map values implementation types.public ReportDocumentCreatorRepository()
public Map<Class<? extends ReportDocumentCreator>,ReportDocumentCreator> getMap()
map field value.public void setMap(Map<Class<? extends ReportDocumentCreator>,ReportDocumentCreator> map)
map - see the map field description.Copyright © 2023. All rights reserved.