Package com.github.davidmoten.oas3.puml
Class Converter
- java.lang.Object
-
- com.github.davidmoten.oas3.puml.Converter
-
public final class Converter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringopenApiToPuml(File file)static StringopenApiToPuml(InputStream in)static StringopenApiToPuml(String openApi)
-
-
-
Method Detail
-
openApiToPuml
public static String openApiToPuml(InputStream in) throws IOException
- Throws:
IOException
-
openApiToPuml
public static String openApiToPuml(File file) throws IOException
- Throws:
IOException
-
-