Package | Description |
---|---|
net.bytebuddy.dynamic.scaffold |
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
|
Modifier and Type | Class 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 |
---|---|
BridgeMethodResolver.Simple.BridgeTarget |
BridgeMethodResolver.Simple.ConflictHandler.choose(MethodDescription bridgeMethod,
MethodList targetCandidates)
Returns a target method for the given bridge method out of the given list of candidate methods.
|
Copyright © 2014. All rights reserved.