Packages

package model

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

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 asScala[T](jopt: Optional[T]): Option[T]
  2. def asScala[T](jset: Set[T]): Set[T]
  3. def asScala[T](jlist: List[T]): List[T]
  4. def asScala[K, V](jmap: Map[K, V]): Map[K, V]
  5. implicit def scala2swagger(convertMe: Info): io.swagger.v3.oas.models.info.Info
  6. implicit def scala2swagger(convertMe: License): io.swagger.v3.oas.models.info.License
  7. implicit def scala2swagger(convertMe: Contact): io.swagger.v3.oas.models.info.Contact
  8. implicit def swagger2scala(convertMe: io.swagger.v3.oas.models.info.Info): Info
  9. implicit def swagger2scala(convertMe: io.swagger.v3.oas.models.info.License): Option[License]
  10. implicit def swagger2scala(convertMe: io.swagger.v3.oas.models.info.Contact): Option[Contact]

Inherited from AnyRef

Inherited from Any

Ungrouped