object print
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class CaseClassCodecs(name: String, fields: List[String]) extends Codecs with Product with Serializable
- sealed trait Codecs extends AnyRef
- final case class EnumCodecs(name: String, values: List[String]) extends Codecs with Product with Serializable
- final case class PackageName(value: String) extends AnyVal with Product with Serializable
- final case class SumCodecs(name: String, values: List[String]) extends Codecs with Product with Serializable
- final case class Tpe[T](tpe: Either[String, T], required: Boolean, description: String, nestedTypes: List[String]) extends Product with Serializable
- final case class Var(name: String) extends AnyVal with Product with Serializable
- final case class VarWithType[T](name: Var, tpe: Tpe[T]) extends Product with Serializable
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
- def argumentDef[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[VarWithType[T]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def caseClassDef[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[(String, List[(String, Tpe[T])])]
- def caseClassWithCodecsDef[T, A](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[(String, List[(String, Tpe[T])])]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def decapitalize(s: String): String
- def divBy[A, B](p1: Printer[A], sep: Printer[Unit], p2: Printer[B]): Printer[(A, B)]
- def duplicate[A, B](pair: (A, B)): ((A, A), (B, B))
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flip[A, B](pair: (A, B)): (B, A)
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def ident(value: String): String
- def implicitVal[T, A](body: Printer[A])(implicit arg0: Basis[JsonSchemaF, T]): Printer[(String, String, Tpe[T], A)]
- def importDef: Printer[PackageName]
- def isArray[T](t: T)(implicit arg0: Basis[JsonSchemaF, T]): Boolean
- def isBasicType[T](t: T)(implicit arg0: Basis[JsonSchemaF, T]): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReference[T](t: T)(regex: Regex)(implicit arg0: Basis[JsonSchemaF, T]): Boolean
- def model[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[OpenApi[T]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalize(value: String): String
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def objectDef[A](body: Printer[A]): Printer[((String, Option[String]), List[PackageName], A)]
- val parametersRegex: Regex
- def schema[T](name: Option[String] = None)(implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[T]
- Attributes
- protected[openapi]
- def schemaWithName[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[(String, T)]
- val schemasRegex: Regex
- def second[A, B, C](pair: (A, B))(f: (B) => C): (A, C)
- def sumTypes[T](openApi: OpenApi[T])(implicit arg0: Basis[JsonSchemaF, T]): List[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tpe[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[Tpe[T]]
- def typeAliasDef[T](typeSchemaDef: Printer[T])(implicit codecs: Printer[Codecs]): Printer[(String, T, Option[(List[PackageName], Codecs)])]
- def un[A, C, D](pair: (A, (C, D))): (A, C, D)
- def un[A, B, C, D](pair: ((A, B), (C, D))): (A, B, C, D)
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- object PackageName extends Serializable
- object Tpe extends Serializable
- object Var extends Serializable
- object VarWithType extends Serializable