Class ObjectPackageMatcher<T>

  • Type Parameters:
    T - matched object type
    All Implemented Interfaces:
    com.google.inject.matcher.Matcher<T>

    public class ObjectPackageMatcher<T>
    extends com.google.inject.matcher.AbstractMatcher<T>
    Object class matcher. Useful to limit post processors appliance scope by specific package (and sub packages)
    Since:
    30.06.2014
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectPackageMatcher​(java.lang.String pkg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(T 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

      • ObjectPackageMatcher

        public ObjectPackageMatcher​(java.lang.String pkg)
    • Method Detail

      • matches

        public boolean matches​(T o)