Class WriterFactory
java.lang.Object
io.github.torand.openapi2java.writers.WriterFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic EnumWritercreateEnumWriter(String filename, Options opts, String modelSubdir) static OpenApiDefWritercreateOpenApiDefWriter(String filename, Options opts) static PojoWritercreatePojoWriter(String filename, Options opts, String modelSubdir) static ResourceWritercreateResourceWriter(String filename, Options opts)
-
Method Details
-
createEnumWriter
public static EnumWriter createEnumWriter(String filename, Options opts, String modelSubdir) throws IOException - Throws:
IOException
-
createPojoWriter
public static PojoWriter createPojoWriter(String filename, Options opts, String modelSubdir) throws IOException - Throws:
IOException
-
createResourceWriter
- Throws:
IOException
-
createOpenApiDefWriter
public static OpenApiDefWriter createOpenApiDefWriter(String filename, Options opts) throws IOException - Throws:
IOException
-