public interface ModelProperty
| Modifier and Type | Method and Description |
|---|---|
com.wordnik.swagger.model.AllowableValues |
allowableValues() |
String |
getName() |
com.fasterxml.classmate.ResolvedType |
getType() |
boolean |
isRequired() |
scala.Option<String> |
propertyDescription() |
String |
qualifiedTypeName() |
String |
typeName(ModelContext modelContext) |
String getName()
com.fasterxml.classmate.ResolvedType getType()
String typeName(ModelContext modelContext)
String qualifiedTypeName()
com.wordnik.swagger.model.AllowableValues allowableValues()
scala.Option<String> propertyDescription()
boolean isRequired()
Copyright © May 2012-2014 The Mango Factory. All Rights Reserved.