Uses of Interface
com.hazelcast.config.replacer.spi.ConfigReplacer
Packages that use ConfigReplacer
Package
Description
This package contains the public API and default implementation of variable replacers for configuration files.
-
Uses of ConfigReplacer in com.hazelcast.config.replacer
Classes in com.hazelcast.config.replacer that implement ConfigReplacerModifier and TypeClassDescriptionclass
The common parent forConfigReplacer
implementations which allow to mask values by encrypting the value.class
This class is an exampleConfigReplacer
implementation which decrypts encrypted values.class
ConfigReplacer for replacing property names with property values for properties provided inPropertyReplacer.init(Properties)
method.