Uses of Interface
org.bardframework.commons.utils.ReflectionUtils.MethodFilter
-
-
Uses of ReflectionUtils.MethodFilter in org.bardframework.commons.utils
Fields in org.bardframework.commons.utils declared as ReflectionUtils.MethodFilter Modifier and Type Field Description static ReflectionUtils.MethodFilterReflectionUtils. USER_DECLARED_METHODSPre-built MethodFilter that matches all non-bridge non-synthetic methods which are not declared onjava.lang.Object.Methods in org.bardframework.commons.utils with parameters of type ReflectionUtils.MethodFilter Modifier and Type Method Description static voidReflectionUtils. doWithMethods(Class<?> clazz, ReflectionUtils.MethodCallback mc, ReflectionUtils.MethodFilter mf)Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).static Method[]ReflectionUtils. getUniqueDeclaredMethods(Class<?> leafClass, ReflectionUtils.MethodFilter mf)Get the unique set of declared methods on the leaf class and all superclasses.
-