类 Parameter

java.lang.Object
springfox.documentation.service.Parameter
所有已实现的接口:
org.springframework.core.Ordered

public class Parameter extends Object implements org.springframework.core.Ordered
  • 字段详细资料

    • DEFAULT_PRECEDENCE

      public static final int DEFAULT_PRECEDENCE
      另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getType

      public com.google.common.base.Optional<com.fasterxml.classmate.ResolvedType> getType()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getDefaultValue

      public String getDefaultValue()
    • isRequired

      public Boolean isRequired()
    • isAllowMultiple

      public Boolean isAllowMultiple()
    • getAllowableValues

      public AllowableValues getAllowableValues()
    • getParamType

      public String getParamType()
    • getParamAccess

      public String getParamAccess()
    • getModelRef

      public ModelReference getModelRef()
    • isHidden

      public Boolean isHidden()
    • getPattern

      public String getPattern()
    • getVendorExtentions

      public List<VendorExtension> getVendorExtentions()
    • getCollectionFormat

      public String getCollectionFormat()
    • isAllowEmptyValue

      public Boolean isAllowEmptyValue()
    • getScalarExample

      public Object getScalarExample()
    • getExamples

      public com.google.common.collect.Multimap<String,Example> getExamples()
    • getOrder

      public int getOrder()
      指定者:
      getOrder 在接口中 org.springframework.core.Ordered
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object