Uses of Interface
net.bytebuddy.implementation.FieldAccessor.PropertyConfigurable
-
Packages that use FieldAccessor.PropertyConfigurable Package Description net.bytebuddy.implementation 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.implementation Modifier and Type Interface Description static interface
FieldAccessor.AssignerConfigurable
A field accessor that can be configured to use a given assigner and runtime type use configuration.static interface
FieldAccessor.OwnerTypeLocatable
A field accessor that can be configured to locate a field in a specific manner.Classes in net.bytebuddy.implementation that implement FieldAccessor.PropertyConfigurable Modifier and Type Class Description protected static class
FieldAccessor.ForImplicitProperty
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.PropertyConfigurable Modifier and Type Method Description FieldAccessor.PropertyConfigurable
FieldAccessor.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.PropertyConfigurable
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.
-