public static interface ConfigurationWriter.Builder
Configurations.buildWriter()
Modifier and Type | Method and Description |
---|---|
ConfigurationWriter |
build(javax.json.stream.JsonGenerator generator)
Build the configuration writer for the provided JSON generator.
|
ConfigurationWriter |
build(Writer writer)
Build the configuration writer for the provided writer.
|
ConfigurationWriter build(Writer writer)
writer
- The writer for the JSONConfigurationWriter build(javax.json.stream.JsonGenerator generator)
generator
- The JSON generatorCopyright © 2006–2021 The Apache Software Foundation. All rights reserved.