| Modifier and Type | Field and Description |
|---|---|
protected com.github.elibracha.model.ChangedOpenApi |
diff |
protected static com.github.elibracha.utils.RefPointer<io.swagger.v3.oas.models.media.Schema> |
refPointer |
| Constructor and Description |
|---|
HtmlRender() |
HtmlRender(String title,
boolean useLocalCss) |
HtmlRender(String title,
String linkCss) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
property(j2html.tags.ContainerTag output,
String name,
String title,
io.swagger.v3.oas.models.media.Schema schema) |
protected void |
property(j2html.tags.ContainerTag output,
String name,
String title,
String type) |
String |
render(com.github.elibracha.model.ChangedOpenApi diff) |
String |
renderHtml(j2html.tags.ContainerTag ol_new,
j2html.tags.ContainerTag ol_miss,
j2html.tags.ContainerTag ol_deprec,
j2html.tags.ContainerTag ol_changed) |
protected io.swagger.v3.oas.models.media.Schema |
resolve(io.swagger.v3.oas.models.media.Schema schema) |
protected String |
type(io.swagger.v3.oas.models.media.Schema schema) |
protected static com.github.elibracha.utils.RefPointer<io.swagger.v3.oas.models.media.Schema> refPointer
protected com.github.elibracha.model.ChangedOpenApi diff
public HtmlRender()
public HtmlRender(String title, boolean useLocalCss)
public String render(com.github.elibracha.model.ChangedOpenApi diff)
public String renderHtml(j2html.tags.ContainerTag ol_new, j2html.tags.ContainerTag ol_miss, j2html.tags.ContainerTag ol_deprec, j2html.tags.ContainerTag ol_changed)
protected void property(j2html.tags.ContainerTag output,
String name,
String title,
io.swagger.v3.oas.models.media.Schema schema)
protected void property(j2html.tags.ContainerTag output,
String name,
String title,
String type)
protected io.swagger.v3.oas.models.media.Schema resolve(io.swagger.v3.oas.models.media.Schema schema)
protected String type(io.swagger.v3.oas.models.media.Schema schema)
Copyright © 2020. All rights reserved.