Interface Utilities.Interceptors
- Enclosing class:
Utilities
public static interface Utilities.Interceptors
The return type from getAllInterceptors
-
Method Summary
Modifier and TypeMethodDescriptionList<org.aopalliance.intercept.ConstructorInterceptor> Gets the constructor interceptorsGets the method interceptors
-
Method Details
-
getMethodInterceptors
-
getConstructorInterceptors
List<org.aopalliance.intercept.ConstructorInterceptor> getConstructorInterceptors()Gets the constructor interceptors- Returns:
- The possibly null set of constructor interceptors
-