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.Factory
A factory for a field locator locating 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.ForUnnamedField.in(FieldAccessor.FieldLocator.Factory fieldLocatorFactory) |
FieldAccessor.AssignerConfigurable |
FieldAccessor.ForNamedField.in(FieldAccessor.FieldLocator.Factory fieldLocatorFactory) |
Constructor and Description |
---|
ForUnnamedField(Assigner assigner,
Assigner.Typing typing,
FieldAccessor.FieldNameExtractor fieldNameExtractor,
FieldAccessor.FieldLocator.Factory fieldLocatorFactory)
Creates a new field accessor implementation.
|
Copyright © 2014–2016. All rights reserved.