Home
last modified time | relevance | path

Searched refs:getMethodMatcher (Results 1 – 3 of 3) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInterceptorBindingProcessor.java37 command.getClassMatcher(), command.getMethodMatcher(), command.getInterceptors())); in visit()
/external/guice/core/src/com/google/inject/spi/
DInterceptorBinding.java70 public Matcher<? super Method> getMethodMatcher() { in getMethodMatcher() method in InterceptorBinding
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java752 assertSame(methodMatcher, command.getMethodMatcher()); in testBindIntercepor()