public final class BridgedMethodFinder extends Object
| Modifier and Type | Method and Description |
|---|---|
static Method |
findMethod(Method bridgeMethod,
Class<?> targetClass)
Find the original method for the Java5 bridge Method.
|
public static Method findMethod(Method bridgeMethod, Class<?> targetClass)
Informally, method A is more specific than method B if any invocation handled by method A can also be handled by method B.
bridgeMethod - the bridge method (Java 5 specific)targetClass - the class the method belongs toCopyright © 2005–2021 dozer. All rights reserved.