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 interfaceFieldAccessor.AssignerConfigurableA field accessor that can be configured to use a given assigner and runtime type use configuration.static interfaceFieldAccessor.OwnerTypeLocatableA 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 classFieldAccessor.ForImplicitPropertyA 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.PropertyConfigurableFieldAccessor.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.PropertyConfigurableFieldAccessor.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.
-