Uses of Class
net.bytebuddy.implementation.FieldAccessor
-
Packages that use FieldAccessor Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of FieldAccessor in net.bytebuddy.implementation
Subclasses of FieldAccessor in net.bytebuddy.implementation 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.protected static classFieldAccessor.ForParameterSetterA field accessor that sets a parameters value of a given index.
-