Class GuiceAopMethodNameMatcher

java.lang.Object
com.google.inject.matcher.AbstractMatcher<Method>
org.spincast.core.guice.GuiceAopMethodNameMatcher
All Implemented Interfaces:
com.google.inject.matcher.Matcher<Method>

public class GuiceAopMethodNameMatcher extends com.google.inject.matcher.AbstractMatcher<Method>
Guice AOP Method Matcher that will matche on the name of the method.
  • Constructor Details

    • GuiceAopMethodNameMatcher

      public GuiceAopMethodNameMatcher(String methodName)
  • Method Details

    • matches

      public boolean matches(Method method)