object print
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class EntityCodecs[T](name: String, tpe: T) extends Product with Serializable
- trait Http4sSpecifics extends AnyRef
- type ImplDef[T] = (TraitName, TraitName, List[PackageName], List[Operation[T]], (TraitName, ImplName))
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def coproduct[A](printer: Printer[A]): Printer[(String, A)]
- def coproductIf[A](printer: Printer[A]): Printer[(String, A, Int)]
- def defaultResponseImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[(OperationId, (Either[Response[T], Reference], Int))]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expectImpl[T](implicit arg0: Basis[JsonSchemaF, T], http4sSpecifics: Http4sSpecifics): Printer[Operation[T]]
- def fetchImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs], http4sSpecifics: Http4sSpecifics): Printer[Operation[T]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def httpPath[T]: Printer[Path]
- def impl[T](implicit arg0: Basis[JsonSchemaF, T], http4sSpecifics: Http4sSpecifics, codecs: Printer[Codecs]): Printer[(PackageName, OpenApi[T])]
- def implDefinition[T](implicit arg0: Basis[JsonSchemaF, T], http4sSpecifics: Http4sSpecifics, codecs: Printer[Codecs]): Printer[OpenApi[T]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val listDecoderPrinter: Printer[Unit]
- val listEncoderPrinter: Printer[Unit]
- def methodImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs], http4sSpecifics: Http4sSpecifics): Printer[Operation[T]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val optionListDecoderPrinter: Printer[Unit]
- val optionListEncoderPrinter: Printer[Unit]
- def queryParameter[T]: Printer[Query[T]]
- def requestImpl[T](implicit arg0: Basis[JsonSchemaF, T], http4sSpecifics: Http4sSpecifics): Printer[Operation[T]]
- def responseImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[(OperationId, String, (Either[Response[T], Reference], Int))]
- val showQueryParamEncoder: Printer[Unit]
- def statusResponseImpl[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[(OperationId, String, (Either[Response[T], Reference], Int))]
- def successResponseImpl[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[Either[Response[T], Reference]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeQueryParamEncoder: Printer[Unit]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Http4sSpecifics
- object v18
- object v20
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated