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.ConflictHandler.Default
Default implementations of a
BridgeMethodResolver.Simple.ConflictHandler . |
Modifier and Type | Method and Description |
---|---|
static BridgeMethodResolver |
BridgeMethodResolver.Simple.of(MethodList methodList,
BridgeMethodResolver.Simple.ConflictHandler conflictHandler)
Creates a new bridge method resolver for the given list of methods.
|
Copyright © 2014–2015. All rights reserved.