- getAllInterfaces(Class<?>) - Static method in class io.opentracing.contrib.common.Classes
-
Returns all interfaces implemented by the class or interface represented by
the specified class.
- getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class io.opentracing.contrib.common.Classes
-
Returns a Method object that reflects the specified declared method of the
class or interface represented by cls (excluding inherited
methods), or null if the method is not found.
- getDeclaredMethodDeep(Class<?>, String, Class<?>...) - Static method in class io.opentracing.contrib.common.Classes
-
Returns a Method object that reflects the specified declared method of the
class or interface represented by cls (including inherited
methods), or null if the method is not found.