Uses of Class
oracle.pgx.config.PropertiesRedactionRuleConfig
-
Packages that use PropertiesRedactionRuleConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PropertiesRedactionRuleConfig in oracle.pgx.config
Methods in oracle.pgx.config that return PropertiesRedactionRuleConfig Modifier and Type Method Description PropertiesRedactionRuleConfig
PropertiesRedactionRuleConfigBuilder. build()
Builds the PropertiesRedactionRuleConfig with aparentPath
ofnull
.PropertiesRedactionRuleConfig
PropertiesRedactionRuleConfigBuilder. build(java.lang.String parentPath)
Builds the PropertiesRedactionRuleConfig.static PropertiesRedactionRuleConfig
PropertiesRedactionRuleConfigBuilder. buildPropertiesRedactionRuleConfig(java.util.function.Consumer<PropertiesRedactionRuleConfigBuilder> builderSetup)
Builds aPropertiesRedactionRuleConfig
in-placestatic 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.Methods in oracle.pgx.config with parameters of type PropertiesRedactionRuleConfig Modifier and Type Method Description PropertiesRedactionRuleConfigBuilder
PropertiesRedactionRuleConfigBuilder. putAll(PropertiesRedactionRuleConfig config)
Puts all values from the given config into this builderConstructors in oracle.pgx.config with parameters of type PropertiesRedactionRuleConfig Constructor Description PropertiesRedactionRuleConfigBuilder(PropertiesRedactionRuleConfig config)
Constructs a PropertiesRedactionRuleConfigBuilder initialized with the values from the given config
-