Interface ConfigurationWriter.Builder

    • Method Detail

      • build

        ConfigurationWriter build​(java.io.Writer writer)
        Build the configuration writer for the provided writer. The writer is not closed when configuration(s) are written
        Parameters:
        writer - The writer for the JSON
        Returns:
        The configuration writer
      • build

        ConfigurationWriter build​(jakarta.json.stream.JsonGenerator generator)
        Build the configuration writer for the provided JSON generator. The generator is not closed when configuration(s) are written
        Parameters:
        generator - The JSON generator
        Returns:
        The configuration writer