Uses of Interface
net.bytebuddy.implementation.FieldAccessor.OwnerTypeLocatable
Packages that use FieldAccessor.OwnerTypeLocatable
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of FieldAccessor.OwnerTypeLocatable in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement FieldAccessor.OwnerTypeLocatableModifier and TypeClassDescriptionprotected static class
A field accessor for an implicit property where a getter or setter property is inferred from the signature.Methods in net.bytebuddy.implementation that return FieldAccessor.OwnerTypeLocatableModifier and TypeMethodDescriptionFieldAccessor.of
(List<? extends FieldAccessor.FieldNameExtractor> fieldNameExtractors) Defines a custom strategy for determining the field that is accessed by this field accessor.FieldAccessor.of
(FieldAccessor.FieldNameExtractor fieldNameExtractor) Defines a custom strategy for determining the field that is accessed by this field accessor.FieldAccessor.of
(FieldAccessor.FieldNameExtractor... fieldNameExtractor) Defines a custom strategy for determining the field that is accessed by this field accessor.FieldAccessor.ofBeanProperty()
Defines a field accessor where any access is targeted to a field that matches the methods name with the Java specification for bean properties, i.e.Defines a field accessor where any access is targeted to a field namedname
.