public interface SwaggerTypeAdapter
| Modifier and Type | Method and Description |
|---|---|
static SwaggerTypeAdapter |
create(Object swaggerType) |
io.swagger.models.properties.Property |
getArrayItem() |
List<String> |
getEnum() |
String |
getFormat() |
io.swagger.models.properties.Property |
getMapItem() |
String |
getRefType() |
String |
getType() |
boolean |
isJavaLangObject() |
static SwaggerTypeAdapter create(Object swaggerType)
String getRefType()
io.swagger.models.properties.Property getArrayItem()
io.swagger.models.properties.Property getMapItem()
String getType()
String getFormat()
boolean isJavaLangObject()
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.