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 AllowableValues allowableValueFromString(java.lang.String allowableValueString)
           
static com.google.common.base.Function<com.wordnik.swagger.annotations.ApiModelProperty,AllowableValues> toAllowableValues()
           
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> toHidden()
           
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

toAllowableValues

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

allowableValueFromString

public static AllowableValues allowableValueFromString(java.lang.String allowableValueString)

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()

toHidden

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