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.
|
protected static class |
FieldAccessor.FieldLocation.Relative.Prepared
A prepared version of a field location.
|
Modifier and Type | Method and Description |
---|---|
FieldAccessor.FieldLocation.Prepared |
FieldAccessor.FieldLocation.prepare(TypeDescription instrumentedType)
A prepared field location.
|
FieldAccessor.FieldLocation.Prepared |
FieldAccessor.FieldLocation.Absolute.prepare(TypeDescription instrumentedType) |
FieldAccessor.FieldLocation.Prepared |
FieldAccessor.FieldLocation.Relative.prepare(TypeDescription instrumentedType) |
Constructor and Description |
---|
Appender(FieldAccessor.FieldLocation.Prepared fieldLocation)
Creates a new byte code appender for a field accessor implementation.
|
Appender(FieldAccessor.FieldLocation.Prepared fieldLocation)
Creates a new byte code appender for a field accessor implementation.
|
Copyright © 2014–2018. All rights reserved.