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