Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Field and Description |
---|---|
protected Forwarding.TerminationHandler |
Forwarding.terminationHandler
The termination handler to apply.
|
Modifier and Type | Method and Description |
---|---|
static Forwarding.TerminationHandler |
Forwarding.TerminationHandler.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Forwarding.TerminationHandler[] |
Forwarding.TerminationHandler.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Appender(FieldDescription fieldDescription,
Forwarding.TerminationHandler terminationHandler)
Creates a new appender for a forwarding implementation.
|
Forwarding(Forwarding.PreparationHandler preparationHandler,
Forwarding.TerminationHandler terminationHandler)
Creates a new forwarding implementation.
|
Copyright © 2014–2016. All rights reserved.