public static interface BridgeMethodResolver.Simple.BridgeTarget
BridgeMethodResolver.Simple.| Modifier and Type | Interface and Description |
|---|---|
static class |
BridgeMethodResolver.Simple.BridgeTarget.Candidate
Represents a bridge method with a possible candidate target method which might however be another
bridge method.
|
static class |
BridgeMethodResolver.Simple.BridgeTarget.Resolved
Represents a bridge method with an unambiguously resolved target method.
|
static class |
BridgeMethodResolver.Simple.BridgeTarget.Unknown
Represents a bridge method with an unknown target method.
|
| Modifier and Type | Method and Description |
|---|---|
MethodDescription |
extract()
Extracts the resolved bridge method target or throws an exception if no such target exists.
|
boolean |
isResolved()
Returns
true if the bridge method resolution process was finalized. |
MethodDescription extract()
boolean isResolved()
true if the bridge method resolution process was finalized.true if the bridge method resolution process was finalized.Copyright © 2014–2015. All rights reserved.