Constant Field Values

Contents

io.swagger.*

  • io.swagger.models.ModelImpl 
    Modifier and Type Constant Field Value
    public static final String OBJECT "object"
  • io.swagger.models.properties.ArrayProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "array"
  • io.swagger.models.properties.BaseIntegerProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "integer"
  • io.swagger.models.properties.BinaryProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "string"
  • io.swagger.models.properties.BooleanProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "boolean"
  • io.swagger.models.properties.ComposedProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "object"
  • io.swagger.models.properties.DecimalProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "number"
  • io.swagger.models.properties.DoubleProperty 
    Modifier and Type Constant Field Value
    public static final String FORMAT "double"
  • io.swagger.models.properties.FloatProperty 
    Modifier and Type Constant Field Value
    public static final String FORMAT "float"
  • io.swagger.models.properties.IntegerProperty 
    Modifier and Type Constant Field Value
    public static final String FORMAT "int32"
  • io.swagger.models.properties.LongProperty 
    Modifier and Type Constant Field Value
    public static final String FORMAT "int64"
  • io.swagger.models.properties.ObjectProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "object"
  • io.swagger.models.properties.PasswordProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "string"
  • io.swagger.models.properties.RefProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "ref"
  • io.swagger.models.properties.StringProperty 
    Modifier and Type Constant Field Value
    public static final String TYPE "string"