final case class SwaggerArray(items: Eval[SwaggerType], minLength: Option[Int] = None, maxLength: Option[Int] = None) extends SwaggerType with Product with Serializable
- Source
- SwaggerType.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwaggerArray
- Serializable
- Serializable
- Product
- Equals
- SwaggerType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SwaggerArray(items: Eval[SwaggerType], minLength: Option[Int] = None, maxLength: Option[Int] = None)
Value Members
-
def
deref: Eval[SwaggerType]
- Definition Classes
- SwaggerType
-
def
describe(descr: String): SwaggerType
set ot change type description if this is named type
set ot change type description if this is named type
- Definition Classes
- SwaggerType
- val items: Eval[SwaggerType]
- val maxLength: Option[Int]
-
def
mediaType: MediaType
- Definition Classes
- SwaggerType
-
def
merge: PartialFunction[SwaggerType, SwaggerType]
- Definition Classes
- SwaggerArray → SwaggerType
- val minLength: Option[Int]
-
def
nameOpt: Option[String]
- Definition Classes
- SwaggerType
-
def
or(that: SwaggerType): SwaggerType
- Definition Classes
- SwaggerType
-
def
withMediaType(mediaType: MediaType): SwaggerType
- Definition Classes
- SwaggerType