Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
static class |
FieldAccessor.ForNamedField.PreparationHandler.FieldDefiner
A preparation handler that actually defines a field on an instrumented type.
|
static class |
FieldAccessor.ForNamedField.PreparationHandler.NoOp
A non-operational preparation handler that does not alter the field.
|
Modifier and Type | Method and Description |
---|---|
static FieldAccessor.ForNamedField.PreparationHandler |
FieldAccessor.ForNamedField.PreparationHandler.FieldDefiner.of(String name,
TypeDescription.Generic typeDescription,
ModifierContributor.ForField... contributor)
Creates a new preparation handler that defines a given field.
|
Copyright © 2014–2016. All rights reserved.