Object

higherkindness.skeuomorph.openapi.client

print

Related Doc: package client

Permalink

object print

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

Type Members

  1. final case class DecoderName(value: String) extends AnyVal with Product with Serializable

    Permalink
  2. final case class EncoderName(value: String) extends AnyVal with Product with Serializable

    Permalink
  3. final case class HttpPath(value: String) extends AnyVal with Product with Serializable

    Permalink
  4. sealed trait HttpVerb extends AnyRef

    Permalink
  5. final case class ImplName(value: String) extends AnyVal with Product with Serializable

    Permalink
  6. final case class OperationId(value: String) extends AnyVal with Product with Serializable

    Permalink
  7. type OperationWithPath[T] = (HttpVerb, HttpPath, Operation[T])

    Permalink
  8. final case class PackageName(value: String) extends AnyVal with Product with Serializable

    Permalink
  9. type ResponsesWithOperationId[T] = (OperationId, Map[String, Either[Response[T], Reference]])

    Permalink
  10. case class Tpe[T](tpe: Either[String, T], required: Boolean, description: String) extends Product with Serializable

    Permalink
  11. final case class TraitName(value: String) extends AnyVal with Product with Serializable

    Permalink
  12. case class Var[T](name: String, tpe: Tpe[T]) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DecoderName extends Serializable

    Permalink
  5. object EncoderName extends Serializable

    Permalink
  6. object HttpPath extends Serializable

    Permalink
  7. object HttpVerb

    Permalink
  8. object ImplName extends Serializable

    Permalink
  9. object OperationId extends Serializable

    Permalink
  10. object PackageName extends Serializable

    Permalink
  11. object Tpe extends Serializable

    Permalink
  12. object TraitName extends Serializable

    Permalink
  13. object Var extends Serializable

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def decapitalize(s: String): String

    Permalink
  17. def divBy[A, B](p1: Printer[A], p2: Printer[B])(sep: Printer[Unit]): Printer[(A, B)]

    Permalink
  18. def duplicate[A, B](pair: (A, B)): ((A, A), (B, B))

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flip[A, B](pair: (A, B)): (B, A)

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def imports: Printer[List[PackageName]]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def method[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[OperationWithPath[T]]

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def normalize(value: String): String

    Permalink
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def operations[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[(TraitName, Map[String, ItemObject[T]])]

    Permalink
  33. def requestOrTuple[T](operationId: OperationId, requestOr: Either[Request[T], Reference])(implicit arg0: Basis[JsonSchemaF, T]): Option[Var[T]]

    Permalink
  34. def responsesTypes[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[ResponsesWithOperationId[T]]

    Permalink
  35. def second[A, B, C](pair: (A, B))(f: (B) ⇒ C): (A, C)

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toOperationsWithPath[T](x: (TraitName, Map[String, ItemObject[T]])): (TraitName, List[OperationWithPath[T]])

    Permalink
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def tpe[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[Tpe[T]]

    Permalink
  40. def un[A, C, D](pair: (A, (C, D))): (A, C, D)

    Permalink
  41. def un[A, B, C, D](pair: ((A, B), (C, D))): (A, B, C, D)

    Permalink
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped