public final class EncryptResultDecoratorEngine extends Object implements ResultDecoratorEngine<EncryptRule>
| Constructor and Description |
|---|
EncryptResultDecoratorEngine() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
Class<EncryptRule> |
getTypeClass() |
ResultDecorator |
newInstance(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema schema,
EncryptRule encryptRule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext) |
public ResultDecorator newInstance(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType, org.apache.shardingsphere.infra.metadata.schema.ShardingSphereSchema schema, EncryptRule encryptRule, org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext)
newInstance in interface ResultDecoratorEngine<EncryptRule>public int getOrder()
getOrder in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<EncryptRule>public Class<EncryptRule> getTypeClass()
getTypeClass in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<EncryptRule>Copyright © 2021 The Apache Software Foundation. All rights reserved.