Packages

package model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Contact(name: String, url: String, email: String) extends Product with Serializable
  2. case class Info(description: String = "", version: String = "", title: String = "", termsOfService: String = "", contact: Option[Contact] = None, license: Option[License] = None, vendorExtensions: Map[String, AnyRef] = Map.empty) extends Product with Serializable
  3. case class License(name: String, url: String) extends Product with Serializable

Value Members

  1. def listAsScala[T](jlist: List[T]): List[T]
  2. def mapAsScala[K, V](jmap: Map[K, V]): Map[K, V]
  3. def optionalAsScala[T](jopt: Optional[T]): Option[T]
  4. implicit def scala2swagger(convertMe: Info): io.swagger.models.Info
  5. implicit def scala2swagger(convertMe: License): io.swagger.models.License
  6. implicit def scala2swagger(convertMe: Contact): io.swagger.models.Contact
  7. def setAsScala[T](jset: Set[T]): Set[T]
  8. implicit def swagger2scala(convertMe: io.swagger.models.Info): Info
  9. implicit def swagger2scala(convertMe: io.swagger.models.License): Option[License]
  10. implicit def swagger2scala(convertMe: io.swagger.models.Contact): Option[Contact]

Inherited from AnyRef

Inherited from Any

Ungrouped