Package | Description |
---|---|
net.bytebuddy.instrumentation |
The instrumentation 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.ForInstrumentedType
A factory that only looks up fields in the instrumented type.
|
static class |
FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy.Factory
A field locator factory creating a
FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy . |
Modifier and Type | Method and Description |
---|---|
FieldAccessor.AssignerConfigurable |
FieldAccessor.OwnerTypeLocatable.in(FieldAccessor.FieldLocator.Factory fieldLocatorFactory)
Determines that a field should only be considered when it was identified by a field locator that is
produced by the given factory.
|
FieldAccessor.AssignerConfigurable |
FieldAccessor.ForBeanProperty.in(FieldAccessor.FieldLocator.Factory fieldLocatorFactory) |
FieldAccessor.AssignerConfigurable |
FieldAccessor.ForNamedField.in(FieldAccessor.FieldLocator.Factory fieldLocatorFactory) |
Constructor and Description |
---|
ForBeanProperty(Assigner assigner,
boolean considerRuntimeType,
FieldAccessor.FieldLocator.Factory fieldLocatorFactory)
Creates a new field accessor instrumentation.
|
Copyright © 2014. All rights reserved.