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.
|
net.bytebuddy.dynamic.scaffold.subclass |
All classes and types in this package are related to creating a
DynamicType by
creating a subclass of a given type. |
net.bytebuddy.instrumentation |
The instrumentation package contains any logic for intercepting method calls.
|
net.bytebuddy.instrumentation.method |
This package contains types and implementations for describing a Java byte code method which can be any byte code
container, i.e.
|
net.bytebuddy.instrumentation.method.bytecode.bind.annotation |
This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
|
Modifier and Type | Method and Description |
---|---|
MethodLookupEngine.Finding |
MethodRegistry.Compiled.getFinding()
Returns the result of a method lookup on the fully prepared instrumented type.
|
Modifier and Type | Method and Description |
---|---|
Instrumentation.Target |
SubclassInstrumentationTarget.Factory.make(MethodLookupEngine.Finding methodLookupEngineFinding) |
Constructor and Description |
---|
SubclassInstrumentationTarget(MethodLookupEngine.Finding finding,
BridgeMethodResolver.Factory bridgeMethodResolverFactory)
Creates a new subclass instrumentation target.
|
Modifier and Type | Method and Description |
---|---|
Instrumentation.Target |
Instrumentation.Target.Factory.make(MethodLookupEngine.Finding methodLookupEngineFinding)
Creates an
Instrumentation.Target for the given instrumented
type's description. |
Constructor and Description |
---|
AbstractBase(MethodLookupEngine.Finding finding,
BridgeMethodResolver.Factory bridgeMethodResolverFactory)
Creates a new instrumentation target.
|
Modifier and Type | Class and Description |
---|---|
static class |
MethodLookupEngine.Finding.Default
A default implementation of a
MethodLookupEngine.Finding . |
Modifier and Type | Method and Description |
---|---|
MethodLookupEngine.Finding |
MethodLookupEngine.process(TypeDescription typeDescription)
Retrieves all methods that can be called on a given type.
|
MethodLookupEngine.Finding |
MethodLookupEngine.Default.process(TypeDescription typeDescription) |
Modifier and Type | Method and Description |
---|---|
MethodLookupEngine.Finding |
Pipe.Binder.process(TypeDescription typeDescription) |
Copyright © 2014. All rights reserved.