Uses of Interface
com.hazelcast.config.replacer.spi.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
Modifier 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.