public class PropertyUtils extends Object
| Constructor and Description |
|---|
PropertyUtils(Types typeUtils,
Elements elementUtils) |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.properties.Property |
toProperty(Class<?> clazz) |
io.swagger.models.properties.Property |
toProperty(Element element) |
io.swagger.models.properties.Property |
toProperty(TypeMirror type) |
io.swagger.models.properties.Property |
toSimpleProperty(Element element) |
public io.swagger.models.properties.Property toSimpleProperty(Element element)
public io.swagger.models.properties.Property toProperty(Class<?> clazz)
public io.swagger.models.properties.Property toProperty(Element element)
public io.swagger.models.properties.Property toProperty(TypeMirror type)
Copyright © 2017 Cosium. All rights reserved.