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 PropertiesRedactionRuleConfigPropertiesRedactionRuleConfigBuilder. build()Builds the PropertiesRedactionRuleConfig with aparentPathofnull.PropertiesRedactionRuleConfigPropertiesRedactionRuleConfigBuilder. build(java.lang.String parentPath)Builds the PropertiesRedactionRuleConfig.static PropertiesRedactionRuleConfigPropertiesRedactionRuleConfigBuilder. buildPropertiesRedactionRuleConfig(java.util.function.Consumer<PropertiesRedactionRuleConfigBuilder> builderSetup)Builds aPropertiesRedactionRuleConfigin-placestatic PropertiesRedactionRuleConfigPropertiesRedactionRuleConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static PropertiesRedactionRuleConfigPropertiesRedactionRuleConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static PropertiesRedactionRuleConfigPropertiesRedactionRuleConfig. 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 PropertiesRedactionRuleConfigBuilderPropertiesRedactionRuleConfigBuilder. 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
-