object print
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ImplName(value: String) extends AnyVal with Product with Serializable
- final case class TraitName(value: String) extends AnyVal with Product with Serializable
- case class TypeAliasErrorResponse(operationId: OperationId) 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def componentsFrom[T](openApi: OpenApi[T]): Components[T]
- def defaultTypesAndSchemas[T](operationId: OperationId, responseOr: Either[Response[T], Reference])(implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): (String, String, List[String])
- 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])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def interfaceDefinition[T](implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): Printer[OpenApi[T]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsonFrom[T](content: Map[String, MediaType[T]]): Option[MediaType[T]]
- def method[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[Operation[T]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def requestOrTuple[T](operationId: OperationId, requestOr: Either[Request[T], Reference])(implicit arg0: Basis[JsonSchemaF, T]): Option[VarWithType[T]]
- def responseOrType[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[Either[Response[T], Reference]]
- def responsesTypes[T](implicit arg0: Basis[JsonSchemaF, T]): Printer[Responses[T]]
- val statusCodePattern: Regex
- def statusTypesAndSchemas[T](operationId: OperationId, responseOr: Either[Response[T], Reference])(implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): (String, Option[String], List[String])
- def successStatusCode(code: String): Boolean
- def successType[T](responses: Map[String, Either[Response[T], Reference]]): Option[Either[Response[T], Reference]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toOperationsWithPath[T](traitName: TraitName, itemObjects: Map[String, ItemObject[T]], components: Components[T]): (TraitName, List[Operation[T]])
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeAndSchemaFor[T, X](operationId: Option[OperationId], response: Response[T], tpe: String)(success: => (String, List[String]))(implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): (String, Option[String], List[String])
- def typesAndSchemas[T](operationId: OperationId)(status: String, responseOr: Either[Response[T], Reference])(implicit arg0: Basis[JsonSchemaF, T], codecs: Printer[Codecs]): (String, List[String])
- 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 Http
- object ImplName extends Serializable
- object TraitName extends Serializable
- object TypeAliasErrorResponse extends Serializable