Uses of Class
net.bytebuddy.asm.MemberSubstitution.WithoutSpecification.ForMatchedField
Packages that use MemberSubstitution.WithoutSpecification.ForMatchedField
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.WithoutSpecification.ForMatchedField in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return MemberSubstitution.WithoutSpecification.ForMatchedFieldModifier and TypeMethodDescriptionMemberSubstitution.field
(ElementMatcher<? super FieldDescription.InDefinedShape> matcher) Substitutes any field access that matches the given matcher.