Packages

object print

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

Type Members

  1. final case class EntityCodecs[T](name: String, tpe: T) extends Product with Serializable
  2. trait Http4sSpecifics extends AnyRef
  3. type ImplDef[T] = (TraitName, TraitName, List[PackageName], List[Operation[T]], (TraitName, ImplName))

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def coproduct[A](printer: Printer[A]): Printer[(String, A)]
  7. def coproductIf[A](printer: Printer[A]): Printer[(String, A, Int)]
  8. def defaultResponseImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[(OperationId, (Either[Response[T], Reference], Int))]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def expectImpl[T](implicit arg0: Basis[JsonSchemaF, T], http4sSpecifics: Http4sSpecifics): Printer[Operation[T]]
  12. def fetchImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs], http4sSpecifics: Http4sSpecifics): Printer[Operation[T]]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def httpPath[T]: Printer[Path]
  16. def impl[T](implicit arg0: Basis[JsonSchemaF, T], http4sSpecifics: Http4sSpecifics, codecs: Printer[Codecs]): Printer[(PackageName, OpenApi[T])]
  17. def implDefinition[T](implicit arg0: Basis[JsonSchemaF, T], http4sSpecifics: Http4sSpecifics, codecs: Printer[Codecs]): Printer[OpenApi[T]]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val listDecoderPrinter: Printer[Unit]
  20. val listEncoderPrinter: Printer[Unit]
  21. def methodImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs], http4sSpecifics: Http4sSpecifics): Printer[Operation[T]]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val optionListDecoderPrinter: Printer[Unit]
  26. val optionListEncoderPrinter: Printer[Unit]
  27. def queryParameter[T]: Printer[Query[T]]
  28. def requestImpl[T](implicit arg0: Basis[JsonSchemaF, T], http4sSpecifics: Http4sSpecifics): Printer[Operation[T]]
  29. def responseImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[(OperationId, String, (Either[Response[T], Reference], Int))]
  30. val showQueryParamEncoder: Printer[Unit]
  31. def statusResponseImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[(OperationId, String, (Either[Response[T], Reference], Int))]
  32. def successResponseImpl[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[Either[Response[T], Reference]]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. val timeQueryParamEncoder: Printer[Unit]
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. object Http4sSpecifics
  40. object v18
  41. object v20

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped