Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
static class |
FieldAccessor.FieldLocation.Absolute
An absolute field description representing a previously resolved field.
|
static class |
FieldAccessor.FieldLocation.Relative
A relative field location where a field is located dynamically.
|
Modifier and Type | Field and Description |
---|---|
protected FieldAccessor.FieldLocation |
FieldAccessor.fieldLocation
The field's location.
|
Modifier and Type | Method and Description |
---|---|
FieldAccessor.FieldLocation |
FieldAccessor.FieldLocation.with(FieldLocator.Factory fieldLocatorFactory)
Specifies a field locator factory to use.
|
FieldAccessor.FieldLocation |
FieldAccessor.FieldLocation.Absolute.with(FieldLocator.Factory fieldLocatorFactory) |
FieldAccessor.FieldLocation |
FieldAccessor.FieldLocation.Relative.with(FieldLocator.Factory fieldLocatorFactory) |
Constructor and Description |
---|
FieldAccessor(FieldAccessor.FieldLocation fieldLocation,
Assigner assigner,
Assigner.Typing typing)
Creates a new field accessor.
|
ForImplicitProperty(FieldAccessor.FieldLocation fieldLocation)
Creates a field accessor for an implicit property.
|
ForParameterSetter(FieldAccessor.FieldLocation fieldLocation,
Assigner assigner,
Assigner.Typing typing,
int index)
Creates a new field accessor.
|
Copyright © 2014–2017. All rights reserved.