public abstract class BridgeMethodResolver
extends java.lang.Object
Title: BridgeMethodResolver.java
Description:
bboss workgroup
Copyright (c) 2008
| 构造器和说明 |
|---|
BridgeMethodResolver() |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.lang.reflect.Method |
findBridgedMethod(java.lang.reflect.Method bridgeMethod)
Find the original method for the supplied
bridge Method. |
public static java.lang.reflect.Method findBridgedMethod(java.lang.reflect.Method bridgeMethod)
bridge Method.
It is safe to call this method passing in a non-bridge Method instance.
In such a case, the supplied Method instance is returned directly to the caller.
Callers are not required to check for bridging before calling this method.
java.lang.IllegalStateException - if no bridged Method can be found