Package net.sourceforge.plantuml.picoweb
Class RenderRequest
- java.lang.Object
-
- net.sourceforge.plantuml.picoweb.RenderRequest
-
public class RenderRequest extends Object
POJO of the json sent to "POST /render"
-
-
Constructor Summary
Constructors Constructor Description RenderRequest(String[] options, String source)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RenderRequest
fromJson(String json)
String[]
getOptions()
String
getSource()
-