public class GuiceAopConfig
extends java.lang.Object
| Constructor and Description |
|---|
GuiceAopConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.matcher.Matcher<? super java.lang.reflect.Method> |
getMethodMatcher() |
java.util.Set<java.lang.Class<? extends org.aopalliance.intercept.MethodInterceptor>> |
getShowOnly() |
com.google.inject.matcher.Matcher<? super java.lang.Class<?>> |
getTypeMatcher() |
GuiceAopConfig |
hideDeclarationsBlock()
Hide available interceptors block.
|
GuiceAopConfig |
interceptors(java.lang.Class<? extends org.aopalliance.intercept.MethodInterceptor>... interceptors)
Filter by interceptor (show only methods affected with this interceptor).
|
boolean |
isHideDeclarationsBlock() |
GuiceAopConfig |
methods(com.google.inject.matcher.Matcher<? super java.lang.reflect.Method> matcher)
Filter methods.
|
GuiceAopConfig |
types(com.google.inject.matcher.Matcher<? super java.lang.Class<?>> matcher)
Filter bindings by type.
|
public GuiceAopConfig hideDeclarationsBlock()
public GuiceAopConfig types(com.google.inject.matcher.Matcher<? super java.lang.Class<?>> matcher)
matcher - type matcherpublic GuiceAopConfig methods(com.google.inject.matcher.Matcher<? super java.lang.reflect.Method> matcher)
matcher - method matcher@SafeVarargs public final GuiceAopConfig interceptors(java.lang.Class<? extends org.aopalliance.intercept.MethodInterceptor>... interceptors)
interceptors - interceptors to showpublic boolean isHideDeclarationsBlock()
public com.google.inject.matcher.Matcher<? super java.lang.Class<?>> getTypeMatcher()
public com.google.inject.matcher.Matcher<? super java.lang.reflect.Method> getMethodMatcher()
public java.util.Set<java.lang.Class<? extends org.aopalliance.intercept.MethodInterceptor>> getShowOnly()