| 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 |
|---|
ConsoleRender() |
| Modifier and Type | Method and Description |
|---|---|
String |
bigTitle(String title) |
protected String |
property(String name,
String title,
io.swagger.v3.oas.models.media.Schema schema) |
protected String |
property(String name,
String title,
String type) |
String |
render(com.github.elibracha.model.ChangedOpenApi diff) |
String |
renderBody(String ol_new,
String ol_miss,
String ol_deprec,
String ol_changed) |
protected io.swagger.v3.oas.models.media.Schema |
resolve(io.swagger.v3.oas.models.media.Schema schema) |
StringBuilder |
separator(char ch) |
String |
title(String title) |
String |
title(String title,
char ch) |
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 String render(com.github.elibracha.model.ChangedOpenApi diff)
protected String property(String name, String title, io.swagger.v3.oas.models.media.Schema schema)
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)
public String renderBody(String ol_new, String ol_miss, String ol_deprec, String ol_changed)
public StringBuilder separator(char ch)
Copyright © 2020. All rights reserved.