public class Interceptors extends Object
| 构造器和说明 |
|---|
Interceptors() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Interceptor> |
getInterceptors() |
StatementInitConfig |
getStatementInitConfig() |
void |
push(Interceptors interceptors) |
void |
registerInterceptor(Interceptor interceptor) |
void |
setStatementInitConfig(StatementInitConfig initConfig) |
void |
unshift(Interceptors interceptors) |
public void registerInterceptor(Interceptor interceptor)
public void setStatementInitConfig(StatementInitConfig initConfig)
public void unshift(Interceptors interceptors)
public void push(Interceptors interceptors)
public StatementInitConfig getStatementInitConfig()
public List<Interceptor> getInterceptors()
Copyright © 2019. All rights reserved.