public class OpenmrsProfileExcludeFilter extends Object implements org.springframework.core.type.filter.TypeFilter
| Constructor and Description |
|---|
OpenmrsProfileExcludeFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(org.springframework.core.type.classreading.MetadataReader metadataReader,
org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory) |
boolean |
matchOpenmrsProfileAttributes(Map<String,Object> openmrsProfile) |
public boolean match(org.springframework.core.type.classreading.MetadataReader metadataReader,
org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory)
throws IOException
match in interface org.springframework.core.type.filter.TypeFiltermetadataReader - metadataReaderFactory - IOException - Should not include bean for openmrs from 1_6 to 1_7
Should include bean for openmrs 1_10 and later
Should not include bean for openmrs 1_8 and later if module missing
Should include bean for openmrs 1_8 and laterCopyright © 2024 OpenMRS Inc.. All rights reserved.