All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.muserver.openapi.JsonWriter Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package io.muserver.openapi;

import java.io.IOException;
import java.io.Writer;

interface JsonWriter {
    void writeJson(Writer writer) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy