Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfigBuilder.build()
Builds the PropertiesRedactionRuleConfig with a
parentPath of null . |
PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfigBuilder.build(java.lang.String parentPath)
Builds the PropertiesRedactionRuleConfig.
|
static PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfigBuilder.buildPropertiesRedactionRuleConfig(java.util.function.Consumer<PropertiesRedactionRuleConfigBuilder> builderSetup)
Builds a
PropertiesRedactionRuleConfig in-place |
static PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfig.parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfig.parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
PropertiesRedactionRuleConfigBuilder |
PropertiesRedactionRuleConfigBuilder.putAll(PropertiesRedactionRuleConfig config)
Puts all values from the given config into this builder
|
Constructor and Description |
---|
PropertiesRedactionRuleConfigBuilder(PropertiesRedactionRuleConfig config)
Constructs a PropertiesRedactionRuleConfigBuilder initialized with the values from the given config
|