Package ru.vyarus.guicey.jdbi.module
Class NoSyntheticMatcher
- java.lang.Object
-
- com.google.inject.matcher.AbstractMatcher<java.lang.reflect.Method>
-
- ru.vyarus.guicey.jdbi.module.NoSyntheticMatcher
-
- All Implemented Interfaces:
com.google.inject.matcher.Matcher<java.lang.reflect.Method>
public class NoSyntheticMatcher extends com.google.inject.matcher.AbstractMatcher<java.lang.reflect.Method>Matcher to filter synthetic methods (to avoid warnings on aop proxies creation).- Since:
- 17.09.2018
-
-
Constructor Summary
Constructors Constructor Description NoSyntheticMatcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoSyntheticMatcherinstance()booleanmatches(java.lang.reflect.Method method)
-
-
-
Method Detail
-
instance
public static final NoSyntheticMatcher instance()
- Returns:
- method matcher for filtering synthetic methods
-
matches
public boolean matches(java.lang.reflect.Method method)
-
-