Package io.openapiprocessor.interfaces
Interface Writer
-
public interface Writerwrite a document. Should handle security if required.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(java.lang.Object document)write a document.
-