public final class EncryptResultDecoratorEngine extends Object implements ResultDecoratorEngine<EncryptRule>
| 构造器和说明 |
|---|
EncryptResultDecoratorEngine() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getOrder() |
Class<EncryptRule> |
getTypeClass() |
ResultDecorator<?> |
newInstance(org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database,
EncryptRule encryptRule,
org.apache.shardingsphere.infra.config.props.ConfigurationProperties props,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext) |
public ResultDecorator<?> newInstance(org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, EncryptRule encryptRule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext)
newInstance 在接口中 ResultDecoratorEngine<EncryptRule>public int getOrder()
getOrder 在接口中 org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<EncryptRule>public Class<EncryptRule> getTypeClass()
getTypeClass 在接口中 org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<EncryptRule>Copyright © 2022 The Apache Software Foundation. All rights reserved.