Package ru.vyarus.guice.ext.core.util
Class ObjectPackageMatcher<T>
- java.lang.Object
-
- com.google.inject.matcher.AbstractMatcher<T>
-
- ru.vyarus.guice.ext.core.util.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 booleanmatches(T o)
-
-
-
Method Detail
-
matches
public boolean matches(T o)
-
-