t

ru.tinkoff.tschema.swagger

SwaggerTypeableInstances

trait SwaggerTypeableInstances extends LowLevelSwaggerTypeable with CirceSwaggerTypeableInstances

Source
SwaggerTypeable.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SwaggerTypeableInstances
  2. CirceSwaggerTypeableInstances
  3. LowLevelSwaggerTypeable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. implicit final def immutableseqTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Seq[T]]
    Definition Classes
    LowLevelSwaggerTypeable
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. implicit def jsonObjectSwagger: SwaggerTypeable[JsonObject]
  13. final def make[T](t: SwaggerType): SwaggerTypeable[T]
    Definition Classes
    LowLevelSwaggerTypeable
    Annotations
    @inline()
  14. final def makeNamed[T](t: SwaggerType, name: String): SwaggerTypeable[T]
    Definition Classes
    LowLevelSwaggerTypeable
    Annotations
    @inline()
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def neseq[X[_], T](implicit items: Lazy[SwaggerTypeable[T]]): SwaggerTypeable[X[T]]
    Definition Classes
    LowLevelSwaggerTypeable
    Annotations
    @inline()
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. implicit def optionTypeable[T](implicit inst: Lazy[SwaggerTypeable[T]]): SwaggerTypeable[Option[T]]
  20. final def seq[X[_], T](implicit items: Lazy[SwaggerTypeable[T]]): SwaggerTypeable[X[T]]
    Definition Classes
    LowLevelSwaggerTypeable
    Annotations
    @inline()
  21. implicit final def seqTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Seq[T]]
    Definition Classes
    LowLevelSwaggerTypeable
  22. implicit final def swaggerChainTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Chain[T]]
  23. implicit final def swaggerEitherTypeable[A, B](implicit arg0: SwaggerTypeable[A], arg1: SwaggerTypeable[B]): SwaggerTypeable[Either[A, B]]
  24. implicit final def swaggerListTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[List[T]]
  25. implicit final def swaggerMapTypeable[K, T](implicit values: Lazy[SwaggerTypeable[T]], keys: SwaggerMapKey[K]): SwaggerTypeable[Map[K, T]]
  26. implicit final def swaggerNEChainTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptyChain[T]]
  27. implicit final def swaggerNEListTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptyList[T]]
  28. implicit final def swaggerNESetTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptySet[T]]
  29. implicit final def swaggerNEStreamTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptyStream[T]]
  30. implicit final def swaggerNEVectorTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptyVector[T]]
  31. implicit final def swaggerSetTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Set[T]]
  32. implicit final def swaggerStreamTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Stream[T]]
  33. implicit final val swaggerTypeableBigDecimal: SwaggerTypeable[BigDecimal]
  34. implicit final val swaggerTypeableBigIng: SwaggerTypeable[BigInt]
  35. implicit final val swaggerTypeableBoolean: SwaggerTypeable[Boolean]
  36. implicit final val swaggerTypeableByte: SwaggerTypeable[Byte]
  37. implicit final val swaggerTypeableDate: SwaggerTypeable[Date]
  38. implicit final val swaggerTypeableDouble: SwaggerTypeable[Double]
  39. implicit final val swaggerTypeableFloat: SwaggerTypeable[Float]
  40. implicit final val swaggerTypeableInteger: SwaggerTypeable[Int]
  41. implicit final val swaggerTypeableJsonObject: SwaggerTypeable[JsonObject]
  42. implicit final val swaggerTypeableLocalDate: SwaggerTypeable[LocalDate]
  43. implicit final val swaggerTypeableLong: SwaggerTypeable[Long]
  44. implicit final val swaggerTypeableOffsetDateTime: SwaggerTypeable[OffsetDateTime]
  45. implicit final val swaggerTypeableString: SwaggerTypeable[String]
  46. implicit final val swaggerTypeableUUID: SwaggerTypeable[UUID]
  47. implicit final val swaggerTypeableUnit: SwaggerTypeable[Unit]
  48. implicit final def swaggerVectorTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Vector[T]]
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from LowLevelSwaggerTypeable

Inherited from AnyRef

Inherited from Any

Ungrouped