Uses of Interface
net.bytebuddy.implementation.FieldAccessor.AssignerConfigurable
Packages that use FieldAccessor.AssignerConfigurable
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of FieldAccessor.AssignerConfigurable in net.bytebuddy.implementation
Subinterfaces of FieldAccessor.AssignerConfigurable in net.bytebuddy.implementationModifier and TypeInterfaceDescriptionstatic interface
A field accessor that can be configured to locate a field in a specific manner.Classes in net.bytebuddy.implementation that implement FieldAccessor.AssignerConfigurableModifier 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.AssignerConfigurableModifier and TypeMethodDescriptionDetermines that a field should only be considered when it was defined in a given type.FieldAccessor.ForImplicitProperty.in
(TypeDescription typeDescription) Determines that a field should only be considered when it was defined in a given type.FieldAccessor.ForImplicitProperty.in
(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.Determines that a field should only be considered when it was defined in a given type.FieldAccessor.OwnerTypeLocatable.in
(TypeDescription typeDescription) Determines that a field should only be considered when it was defined in a given type.FieldAccessor.OwnerTypeLocatable.in
(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.Defines a field accessor where the specified field is accessed.FieldAccessor.of
(FieldDescription fieldDescription) Defines a field accessor where the specified field is accessed.