com.mangofactory.swagger.models.property
Interface ModelProperty
- All Known Implementing Classes:
- BaseModelProperty, BeanModelProperty, FieldModelProperty
public interface ModelProperty
getName
String getName()
getType
com.fasterxml.classmate.ResolvedType getType()
typeName
String typeName(ModelContext modelContext)
qualifiedTypeName
String qualifiedTypeName()
allowableValues
com.wordnik.swagger.model.AllowableValues allowableValues()
propertyDescription
scala.Option<String> propertyDescription()
isRequired
boolean isRequired()
Copyright © May 2012-2014 The Mango Factory. All Rights Reserved.