Package

com.github.swagger.akka

model

Permalink

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

    Permalink
  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

    Permalink
  3. case class License(name: String, url: String) extends Product with Serializable

    Permalink

Value Members

  1. def asScala[T](jopt: Optional[T]): Option[T]

    Permalink
  2. def asScala[T](jset: Set[T]): Set[T]

    Permalink
  3. def asScala[T](jlist: List[T]): List[T]

    Permalink
  4. def asScala[K, V](jmap: Map[K, V]): Map[K, V]

    Permalink
  5. implicit def scala2swagger(convertMe: Info): io.swagger.models.Info

    Permalink
  6. implicit def scala2swagger(convertMe: License): io.swagger.models.License

    Permalink
  7. implicit def scala2swagger(convertMe: Contact): io.swagger.models.Contact

    Permalink
  8. implicit def swagger2scala(convertMe: io.swagger.models.Info): Info

    Permalink
  9. implicit def swagger2scala(convertMe: io.swagger.models.License): Option[License]

    Permalink
  10. implicit def swagger2scala(convertMe: io.swagger.models.Contact): Option[Contact]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped