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