Package picard.util
Class ReflectionUtil
- java.lang.Object
-
- picard.util.ReflectionUtil
-
public class ReflectionUtil extends Object
Class which contains utility functions that use reflection.
-
-
Constructor Summary
Constructors Constructor Description ReflectionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,S extends T>
voidcopyFromBaseClass(T base, S derived)
-