public final class EncryptRuleBuilder extends Object implements org.apache.shardingsphere.infra.rule.builder.level.FeatureRuleBuilder, org.apache.shardingsphere.infra.rule.builder.scope.SchemaRuleBuilder<EncryptRuleConfiguration>
| Constructor and Description |
|---|
EncryptRuleBuilder() |
| Modifier and Type | Method and Description |
|---|---|
EncryptRule |
build(String schemaName,
Map<String,DataSource> dataSourceMap,
org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
EncryptRuleConfiguration config) |
int |
getOrder() |
Class<EncryptRuleConfiguration> |
getTypeClass() |
public EncryptRule build(String schemaName, Map<String,DataSource> dataSourceMap, org.apache.shardingsphere.infra.database.type.DatabaseType databaseType, EncryptRuleConfiguration config)
build in interface org.apache.shardingsphere.infra.rule.builder.scope.SchemaRuleBuilder<EncryptRuleConfiguration>public int getOrder()
getOrder in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<EncryptRuleConfiguration>public Class<EncryptRuleConfiguration> getTypeClass()
getTypeClass in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<EncryptRuleConfiguration>Copyright © 2021 The Apache Software Foundation. All rights reserved.