Class Matchers.Any

java.lang.Object
com.google.inject.matcher.AbstractMatcher<Object>
com.google.inject.matcher.Matchers.Any
All Implemented Interfaces:
Matcher<Object>, Serializable
Enclosing class:
Matchers

private static class Matchers.Any extends AbstractMatcher<Object> implements Serializable
  • Field Details

  • Constructor Details

    • Any

      private Any()
  • Method Details

    • matches

      public boolean matches(Object o)
      Description copied from interface: Matcher
      Returns true if this matches t, false otherwise.
      Specified by:
      matches in interface Matcher<Object>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • readResolve

      public Object readResolve()