Uses of Interface
net.bytebuddy.implementation.FieldAccessor.PropertyConfigurable
Packages that use FieldAccessor.PropertyConfigurable
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of FieldAccessor.PropertyConfigurable in net.bytebuddy.implementation
Subinterfaces of FieldAccessor.PropertyConfigurable in net.bytebuddy.implementationModifier and TypeInterfaceDescriptionstatic interface
A field accessor that can be configured to use a given assigner and runtime type use configuration.static interface
A field accessor that can be configured to locate a field in a specific manner.Classes in net.bytebuddy.implementation that implement FieldAccessor.PropertyConfigurableModifier 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.PropertyConfigurableModifier and TypeMethodDescriptionFieldAccessor.AssignerConfigurable.withAssigner
(Assigner assigner, Assigner.Typing typing) Returns a field accessor that is identical to this field accessor but uses the given assigner and runtime type use configuration.FieldAccessor.ForImplicitProperty.withAssigner
(Assigner assigner, Assigner.Typing typing) Returns a field accessor that is identical to this field accessor but uses the given assigner and runtime type use configuration.