Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
static class |
Forwarding.PreparationHandler.ForInstanceField
A preparation handler for an unset instance that is stored in an instance field.
|
static class |
Forwarding.PreparationHandler.ForStaticField
A preparation handler for an unset instance that is stored in a
static field. |
static class |
Forwarding.PreparationHandler.ForStaticInstance
A preparation handler for an explicit instance that is stored in a
static field. |
Modifier and Type | Field and Description |
---|---|
protected Forwarding.PreparationHandler |
Forwarding.preparationHandler
A handler for preparing the instrumented type and the field invocation operation.
|
Constructor and Description |
---|
Forwarding(String fieldName,
TypeDescription fieldType,
Forwarding.PreparationHandler preparationHandler)
Creates a new forwarding implementation.
|
Copyright © 2014–2015. All rights reserved.