com.mangofactory.swagger.models.property
Class ApiModelProperties

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

public final class ApiModelProperties
extends java.lang.Object


Method Summary
static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,AllowableListValues> toAllowableList()
           
static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,java.lang.String> toDescription()
           
static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,java.lang.Boolean> toIsRequired()
           
static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,java.lang.Integer> toPosition()
           
 
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,AllowableListValues> toAllowableList()

toIsRequired

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

toDescription

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

toPosition

public static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,java.lang.Integer> toPosition()