public class ApiModelPropertyWrapper extends Object
| Constructor and Description |
|---|
ApiModelPropertyWrapper(io.swagger.annotations.ApiModelProperty apiModelPropertyOptional,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType() |
String |
getDescription() |
String |
getExample() |
String |
getMaxLength() |
String |
getName() |
int |
getPosition() |
boolean |
getRequired() |
String |
getValue() |
public ApiModelPropertyWrapper(io.swagger.annotations.ApiModelProperty apiModelPropertyOptional,
Field field)
public String getName()
public String getValue()
public String getDescription()
public boolean getRequired()
public String getExample()
public int getPosition()
public String getDataType()
public String getMaxLength()
Copyright © 2023. All Rights Reserved.