@Intercepts(value=@Signature(type=org.apache.ibatis.executor.resultset.ResultSetHandler.class,method="handleResultSets",args=java.sql.Statement.class)) @Component public class DecryptInterceptor extends Object implements org.apache.ibatis.plugin.Interceptor
Constructor and Description |
---|
DecryptInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
decryptValue(Object fieldValue)
对具体的值进行解码
|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation)
拦截返回的结果
|
Copyright © 2023. All rights reserved.