Class NonObjectMethodMatcher

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

    public class NonObjectMethodMatcher
    extends java.lang.Object
    implements com.google.inject.matcher.Matcher<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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.inject.matcher.Matcher

        and, or
    • Constructor Detail

      • NonObjectMethodMatcher

        public NonObjectMethodMatcher()
    • Method Detail

      • matches

        public boolean matches​(java.lang.reflect.Method o)
        Specified by:
        matches in interface com.google.inject.matcher.Matcher<java.lang.reflect.Method>