Package org.teamapps.commons.util
Klasse ReflectionUtil
java.lang.Object
org.teamapps.commons.util.ReflectionUtil
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Fieldstatic FieldfindFields(Class<?> clazz, Predicate<Field> predicate) static MethodfindMethod(Class<?> clazz, String methodName) static MethodfindMethod(Class<?> clazz, Predicate<Method> predicate) static MethodfindMethodByName(Class<?> clazz, String methodName) findMethods(Class<?> clazz, Predicate<Method> predicate) static <RECORD> ObjectinvokeMethod(RECORD object, Method method, Object... parameters) static Objectstatic voidstatic voidstatic void
-
Konstruktordetails
-
ReflectionUtil
public ReflectionUtil()
-
-
Methodendetails
-
findFields
-
findField
-
findField
-
findMethods
-
getAllExtendedOrImplementedTypesRecursively
-
findMethod
-
findMethod
-
findMethodByName
-
invokeMethod
-
readField
-
readField
-
setField
-
setField
-