public static class BridgeMethodResolver.Simple.BridgeTarget.Resolved extends Object implements BridgeMethodResolver.Simple.BridgeTarget
BridgeMethodResolver.Simple.BridgeTarget.Candidate, BridgeMethodResolver.Simple.BridgeTarget.Resolved, BridgeMethodResolver.Simple.BridgeTarget.Unknown| Constructor and Description |
|---|
Resolved(MethodDescription target)
Creates a new resolved bridge method target.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
MethodDescription |
extract()
Extracts the resolved bridge method target or throws an exception if no such target exists.
|
int |
hashCode() |
boolean |
isResolved()
Returns
true if the bridge method resolution process was finalized. |
String |
toString() |
public Resolved(MethodDescription target)
target - The target method for a bridge method.public MethodDescription extract()
BridgeMethodResolver.Simple.BridgeTargetextract in interface BridgeMethodResolver.Simple.BridgeTargetpublic boolean isResolved()
BridgeMethodResolver.Simple.BridgeTargettrue if the bridge method resolution process was finalized.isResolved in interface BridgeMethodResolver.Simple.BridgeTargettrue if the bridge method resolution process was finalized.Copyright © 2014–2015. All rights reserved.