java.lang.Object
org.meeuw.configuration.ReflectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <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
-