public class RefType extends Type
| Constructor and Description |
|---|
RefType(java.lang.String document,
Type refType) |
RefType(Type refType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
displaySchema(io.github.swagger2markup.markup.builder.MarkupDocBuilder docBuilder) |
java.lang.String |
getDocument() |
Type |
getRefType() |
void |
setDocument(java.lang.String document) |
void |
setRefType(Type refType) |
getName, getUniqueName, setName, setUniqueNamepublic RefType(java.lang.String document,
Type refType)
public RefType(Type refType)
public java.lang.String displaySchema(io.github.swagger2markup.markup.builder.MarkupDocBuilder docBuilder)
displaySchema in class Typepublic java.lang.String getDocument()
public void setDocument(java.lang.String document)
public Type getRefType()
public void setRefType(Type refType)