Skip navigation links
C G I W 

C

Classes - Class in io.opentracing.contrib.common
 

G

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.

I

io.opentracing.contrib.common - package io.opentracing.contrib.common
 
isWrapper(Object) - Static method in class io.opentracing.contrib.common.WrapperProxy
Tests whether the specified object is a proxy of a wrapped object.
isWrapper(T, Class<? extends T>) - Static method in class io.opentracing.contrib.common.WrapperProxy
Tests whether the specified object is a proxy of a wrapped instance type matching the provided wrappedClass.

W

wrap(T, T) - Static method in class io.opentracing.contrib.common.WrapperProxy
Returns a proxy with type <T> of the specified obj wrapping the provided wrapper instance.
WrapperProxy - Class in io.opentracing.contrib.common
Utility class for the creation of wrapper proxies.
C G I W 
Skip navigation links

Copyright © 2020. All rights reserved.