com.mangofactory.swagger.models.property
Class ApiModelProperties

java.lang.Object
  extended by com.mangofactory.swagger.models.property.ApiModelProperties

public final class ApiModelProperties
extends Object


Method Summary
static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,com.wordnik.swagger.model.AllowableListValues> toAllowableList()
           
static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,String> toDescription()
           
static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,Boolean> toIsRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toAllowableList

public static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,com.wordnik.swagger.model.AllowableListValues> toAllowableList()

toIsRequired

public static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,Boolean> toIsRequired()

toDescription

public static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,String> toDescription()


Copyright © May 2012-2014 The Mango Factory. All Rights Reserved.