public class PropertyAdapter extends Object implements SwaggerTypeAdapter
| Constructor and Description |
|---|
PropertyAdapter(io.swagger.models.properties.Property property) |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.properties.Property |
getArrayItem() |
List<String> |
getEnum() |
String |
getFormat() |
io.swagger.models.properties.Property |
getMapItem() |
String |
getRefType() |
String |
getType() |
boolean |
isJavaLangObject() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic PropertyAdapter(io.swagger.models.properties.Property property)
public String getRefType()
getRefType in interface SwaggerTypeAdapterpublic io.swagger.models.properties.Property getArrayItem()
getArrayItem in interface SwaggerTypeAdapterpublic io.swagger.models.properties.Property getMapItem()
getMapItem in interface SwaggerTypeAdapterpublic List<String> getEnum()
getEnum in interface SwaggerTypeAdapterpublic String getType()
getType in interface SwaggerTypeAdapterpublic String getFormat()
getFormat in interface SwaggerTypeAdapterpublic boolean isJavaLangObject()
isJavaLangObject in interface SwaggerTypeAdapterCopyright © 2017–2021 The Apache Software Foundation. All rights reserved.