public final class ClientConfigXmlGenerator extends Object
ClientConfig
to a Hazelcast Client XML string.Modifier and Type | Method and Description |
---|---|
static String |
generate(ClientConfig clientConfig)
Convenience for
generate(ClientConfig, int) , which
generates the xml without any formatting. |
static String |
generate(ClientConfig clientConfig,
int indent)
Transforms the given
ClientConfig to xml string
formatting the output with given indent , -1 means no
formatting. |
public static String generate(ClientConfig clientConfig)
generate(ClientConfig, int)
, which
generates the xml without any formatting.public static String generate(ClientConfig clientConfig, int indent)
ClientConfig
to xml string
formatting the output with given indent
, -1 means no
formatting.Copyright © 2023 Hazelcast, Inc.. All rights reserved.