Class NoSyntheticMatcher

java.lang.Object
ru.vyarus.guicey.jdbi3.module.NoSyntheticMatcher
All Implemented Interfaces:
com.google.inject.matcher.Matcher<Method>

public class NoSyntheticMatcher extends Object implements com.google.inject.matcher.Matcher<Method>
Matcher to filter synthetic methods (to avoid warnings on aop proxies creation).
Since:
17.09.2018
  • Constructor Details

    • NoSyntheticMatcher

      public NoSyntheticMatcher()
  • Method Details

    • instance

      public static final NoSyntheticMatcher instance()
      Returns:
      method matcher for filtering synthetic methods
    • matches

      public boolean matches(Method method)
      Specified by:
      matches in interface com.google.inject.matcher.Matcher<Method>