Class ConfigXmlGenerator

java.lang.Object
com.hazelcast.config.ConfigXmlGenerator

public class ConfigXmlGenerator
extends Object
The ConfigXmlGenerator is responsible for transforming a Config to a Hazelcast XML string.
  • Field Details

  • Constructor Details

    • ConfigXmlGenerator

      public ConfigXmlGenerator()
      Creates a ConfigXmlGenerator that will format the code.
    • ConfigXmlGenerator

      public ConfigXmlGenerator​(boolean formatted)
      Creates a ConfigXmlGenerator.
      Parameters:
      formatted - true if the XML should be formatted, false otherwise
    • ConfigXmlGenerator

      public ConfigXmlGenerator​(boolean formatted, boolean maskSensitiveFields)
      Creates a ConfigXmlGenerator.
      Parameters:
      formatted - true if the XML should be formatted, false otherwise
      maskSensitiveFields - true if the sensitive fields (like passwords) should be masked in the output XML, false otherwise
  • Method Details

    • generate

      public String generate​(Config config)
      Generates the XML string based on some Config.
      Parameters:
      config - the configuration
      Returns:
      the XML string