public class SimplifiedType extends Object
Modifier and Type | Field and Description |
---|---|
String |
as |
List<Object> |
enum_ |
SimplifiedType |
of |
String |
type |
Constructor and Description |
---|
SimplifiedType() |
Modifier and Type | Method and Description |
---|---|
static SimplifiedType |
fromItems(Oas20Items items) |
static SimplifiedType |
fromParameter(Oas20Parameter param) |
static SimplifiedType |
fromSchema(OasSchema schema) |
boolean |
isArray() |
boolean |
isEnum() |
boolean |
isFileType() |
boolean |
isRef() |
boolean |
isSimpleType() |
public String type
public SimplifiedType of
public String as
public static SimplifiedType fromParameter(Oas20Parameter param)
public static SimplifiedType fromItems(Oas20Items items)
public static SimplifiedType fromSchema(OasSchema schema)
public boolean isSimpleType()
public boolean isFileType()
public boolean isEnum()
public boolean isArray()
public boolean isRef()
Copyright © 2019 Red Hat. All rights reserved.