Class NonObjectMethodMatcher

  • All Implemented Interfaces:
    com.google.inject.matcher.Matcher<java.lang.reflect.Method>

    public class NonObjectMethodMatcher
    extends com.google.inject.matcher.AbstractMatcher<java.lang.reflect.Method>
    Matcher accept all methods, except methods declared in Object.
    Since:
    23.08.2019
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.reflect.Method o)  
      • Methods inherited from class com.google.inject.matcher.AbstractMatcher

        and, or
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NonObjectMethodMatcher

        public NonObjectMethodMatcher()
    • Method Detail

      • matches

        public boolean matches​(java.lang.reflect.Method o)