java.lang.Object
org.meeuw.configuration.ReflectionUtils
-
Method Summary
Modifier and TypeMethodDescriptioncommonSuperClass(List<Class<?>> classes) Borrowed from stackoverflowstatic <C,D> void forConstants(Class<C> clazz, Class<D> constantClass, Consumer<D> consumer) static <C> voidforConstants(Class<C> clazz, Consumer<C> consumer) static MethodgetDeclaredBinaryMethod(Class<?> clazz, String name) static MethodgetDeclaredMethod(Class<?> clazz, String name, Class<?>... params)
-
Method Details
-
forConstants
-
forConstants
-
getDeclaredMethod
-
getDeclaredBinaryMethod
-
commonSuperClass
Borrowed from stackoverflow
-