Class MemberSubstitution.LambdaMetaFactoryMatcher

java.lang.Object
net.bytebuddy.asm.MemberSubstitution.LambdaMetaFactoryMatcher
All Implemented Interfaces:
ElementMatcher<JavaConstant.MethodHandle>
Enclosing class:
MemberSubstitution

protected static class MemberSubstitution.LambdaMetaFactoryMatcher extends Object implements ElementMatcher<JavaConstant.MethodHandle>
A matcher for method handles of the java.lang.invoke.LambdaMetafactory.
  • Constructor Details

    • LambdaMetaFactoryMatcher

      protected LambdaMetaFactoryMatcher()
  • Method Details