| Interface | Description |
|---|---|
| ConstructorInterceptPoint |
One of the three "Intercept Point".
|
| DeclaredInstanceMethodsInterceptPoint |
this interface for those who only want to enhance declared method in case of some unexpected issue,
such as spring controller
|
| InstanceMethodsInterceptPoint |
One of the three "Intercept Point".
|
| StaticMethodsInterceptPoint |
One of the three "Intercept Point".
|
| Exception | Description |
|---|---|
| EnhanceException | |
| InterceptorException |
Copyright © 2019 The Apache Software Foundation. All rights reserved.