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)
bridgeMethod
- the bridge method (Java 5 specific)targetClass
- the class the method belongs toCopyright © 2005-2014 dozer. All Rights Reserved.