Class ReflectionsHelper
java.lang.Object
io.higson.runtime.engine.util.reflection.ReflectionsHelper
- Author:
- Adam Dubiel
-
Method Summary
Modifier and TypeMethodDescriptionfindFieldsAnnotatedWith(Class<? extends Annotation> annotation, Class<?> parentClass) findMethodsAnnotatedWith(Class<? extends Annotation> annotationType, Class<?> parentClass) static voidinvokerSetter(Method setter, Object setterHostObject, Object argument) static Class<?>loadClass(ClassLoader classLoader, String className)
-
Method Details
-
loadClass
-
findMethodsAnnotatedWith
public static Set<Method> findMethodsAnnotatedWith(Class<? extends Annotation> annotationType, Class<?> parentClass) -
findFieldsAnnotatedWith
public static Set<Field> findFieldsAnnotatedWith(Class<? extends Annotation> annotation, Class<?> parentClass) -
invokerSetter
-