Package org.molgenis.data.icd10
Class Icd10ExpanderDecoratorFactory
- java.lang.Object
-
- org.molgenis.data.icd10.Icd10ExpanderDecoratorFactory
-
- All Implemented Interfaces:
DynamicRepositoryDecoratorFactory<Entity>
@Component public class Icd10ExpanderDecoratorFactory extends Object implements DynamicRepositoryDecoratorFactory<Entity>
-
-
Constructor Summary
Constructors Constructor Description Icd10ExpanderDecoratorFactory(com.google.gson.Gson gson, CollectionsQueryTransformer queryTransformer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repository<Entity>createDecoratedRepository(Repository<Entity> repository, Map<String,Object> parameters)StringgetDescription()StringgetId()StringgetLabel()StringgetSchema()
-
-
-
Constructor Detail
-
Icd10ExpanderDecoratorFactory
public Icd10ExpanderDecoratorFactory(com.google.gson.Gson gson, CollectionsQueryTransformer queryTransformer)
-
-
Method Detail
-
createDecoratedRepository
public Repository<Entity> createDecoratedRepository(Repository<Entity> repository, Map<String,Object> parameters)
- Specified by:
createDecoratedRepositoryin interfaceDynamicRepositoryDecoratorFactory<Entity>
-
getId
public String getId()
- Specified by:
getIdin interfaceDynamicRepositoryDecoratorFactory<Entity>
-
getLabel
public String getLabel()
- Specified by:
getLabelin interfaceDynamicRepositoryDecoratorFactory<Entity>
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceDynamicRepositoryDecoratorFactory<Entity>
-
getSchema
public String getSchema()
- Specified by:
getSchemain interfaceDynamicRepositoryDecoratorFactory<Entity>
-
-