Package science.aist.fhirauditeventtoxes
Class ReflectionUtil
- java.lang.Object
-
- science.aist.fhirauditeventtoxes.ReflectionUtil
-
public class ReflectionUtil extends Object
Utility class to help with reflection.
- Author:
- Andreas Pointner
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <S,T>
Function<S,T>createFunctionChain(Class<?> entrypoint, String path)
-