Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
FieldAccessor.ForNamedField
Implementation of a field accessor implementation where the field name is given explicitly.
|
protected static class |
FieldAccessor.ForUnnamedField
Implementation of a field accessor implementation where a field is identified by a method's name following
the Java specification for bean properties.
|
Copyright © 2014–2016. All rights reserved.