Package com.hazelcast.config.replacer
package com.hazelcast.config.replacer
This package contains the public API and default implementation of variable replacers for configuration files.
-
ClassDescriptionThe common parent for
ConfigReplacer
implementations which allow to mask values by encrypting the value.This class is an exampleConfigReplacer
implementation which decrypts encrypted values.ConfigReplacer for replacing property names with property values for properties provided inPropertyReplacer.init(Properties)
method.