Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
static class |
FieldAccessor.FieldLocator.ForGivenType
A field locator that only looks up fields that are defined for a given type.
|
static class |
FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy
A field locator that finds a type by traversing the type hierarchy beginning with fields defined
in the most specific subclass traversing the class hierarchy down to the least specific type.
|
Modifier and Type | Method and Description |
---|---|
FieldAccessor.FieldLocator |
FieldAccessor.FieldLocator.ForInstrumentedType.make(TypeDescription instrumentedType) |
FieldAccessor.FieldLocator |
FieldAccessor.FieldLocator.Factory.make(TypeDescription instrumentedType)
Creates a field locator.
|
FieldAccessor.FieldLocator |
FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy.Factory.make(TypeDescription instrumentedType) |
FieldAccessor.FieldLocator |
FieldAccessor.FieldLocator.ForGivenType.Factory.make(TypeDescription instrumentedType) |
Constructor and Description |
---|
Appender(FieldAccessor.FieldLocator fieldLocator)
Creates a new byte code appender for a field accessor implementation.
|
Copyright © 2014–2016. All rights reserved.