- Enclosing class:
- Utilities
public static interface Utilities.Interceptors
The return type from getAllInterceptors
- Author:
- jwells
-
Method Summary
Modifier and TypeMethodDescriptionGets the constructor interceptorsGets the method interceptors
-
Method Details
-
getMethodInterceptors
Map<Method,List<MethodInterceptor>> getMethodInterceptors()Gets the method interceptors- Returns:
- The possibly null set of method interceptors
-
getConstructorInterceptors
List<ConstructorInterceptor> getConstructorInterceptors()Gets the constructor interceptors- Returns:
- The possibly null set of constructor interceptors
-