Uses of Class
net.bytebuddy.asm.MemberSubstitution.WithoutSpecification.ForMatchedField
-
Packages that use MemberSubstitution.WithoutSpecification.ForMatchedField Package Description net.bytebuddy.asm 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.ForMatchedField Modifier and Type Method Description MemberSubstitution.WithoutSpecification.ForMatchedField
MemberSubstitution. field(ElementMatcher<? super FieldDescription.InDefinedShape> matcher)
Substitutes any field access that matches the given matcher.
-