Class ReflectionHelper
java.lang.Object
org.ehrbase.openehr.sdk.util.reflection.ReflectionHelper
Helper class to find Configurations classes in the classpath.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,S extends ClassDependent<T>>
Map<Class<? extends T>,S> Returns a Map containing all implementing classes of the interfacerootwith key the class they are associated to as subclass ofClassDependentstatic Class<?>findRootClass(Class<?> clazz)
-
Method Details
-
buildMap
Returns a Map containing all implementing classes of the interfacerootwith key the class they are associated to as subclass ofClassDependent- Type Parameters:
T-S-- Parameters:
root- A Interface extendingClassDependent- Returns:
-
findAll
-
findRootClass
-