Trait

it.agilelab.bigdata.wasp.master.web.openapi

FreeCodeRoutesOpenApiDefinition

Related Doc: package openapi

Permalink

trait FreeCodeRoutesOpenApiDefinition extends FreeCodeModelOpenApiSupport with AngularResponseOpenApiComponentSupport

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FreeCodeRoutesOpenApiDefinition
  2. AngularResponseOpenApiComponentSupport
  3. EnumOpenApi
  4. FreeCodeModelOpenApiSupport
  5. CollectionsOpenApi
  6. LangOpenApi
  7. ProductOpenApi
  8. OpenApiSchemaSupport
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait OpenApiRefOps extends AnyRef

    Permalink
    Definition Classes
    OpenApiSchemaSupport
  2. sealed trait ValidateResponse extends AnyRef

    Permalink
    Definition Classes
    FreeCodeModelOpenApiSupport

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def angularResponseOpenApi[T](implicit arg0: ToOpenApiSchema[T]): ToOpenApiSchema[AngularResponse[T]]

    Permalink
  5. implicit def arrayOpenApi[T](implicit arg0: ToOpenApiSchema[T]): ToOpenApiSchema[Array[T]]

    Permalink
    Definition Classes
    CollectionsOpenApi
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit lazy val booleanOpenApi: ToOpenApiSchema[Boolean]

    Permalink
    Definition Classes
    LangOpenApi
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. implicit lazy val completionModelOpenApi: ToOpenApiSchema[CompletionModel]

    Permalink
    Definition Classes
    FreeCodeModelOpenApiSupport
  10. implicit lazy val doubleOpenApi: ToOpenApiSchema[Double]

    Permalink
    Definition Classes
    LangOpenApi
  11. def enumOpenApi[T <: Enumeration](enum: T)(implicit arg0: ClassTag[T]): ToOpenApiSchema[EnumOpenApi.enumOpenApi.T.Value]

    Permalink
    Definition Classes
    EnumOpenApi
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit lazy val errorModelOpenApi: ToOpenApiSchema[ErrorModel]

    Permalink
    Definition Classes
    FreeCodeModelOpenApiSupport
  15. implicit lazy val freeCodeModelOpenApi: ToOpenApiSchema[FreeCodeModel]

    Permalink
    Definition Classes
    FreeCodeModelOpenApiSupport
  16. implicit lazy val freeCodeOpenApi: ToOpenApiSchema[FreeCode]

    Permalink
    Definition Classes
    FreeCodeModelOpenApiSupport
  17. def freeCodeRoutes(ctx: Context): Map[String, PathItem]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. implicit lazy val insertResponseOpenApi: ToOpenApiSchema[ValidateResponse]

    Permalink
    Definition Classes
    FreeCodeModelOpenApiSupport
  21. implicit lazy val instantOpenApi: ToOpenApiSchema[Instant]

    Permalink
    Definition Classes
    LangOpenApi
  22. implicit lazy val integerOpenApi: ToOpenApiSchema[Int]

    Permalink
    Definition Classes
    LangOpenApi
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. implicit def listOpenApi[T](implicit arg0: ToOpenApiSchema[T]): ToOpenApiSchema[List[T]]

    Permalink
    Definition Classes
    CollectionsOpenApi
  25. implicit lazy val longOpenApi: ToOpenApiSchema[Long]

    Permalink
    Definition Classes
    LangOpenApi
  26. implicit def mapOpenApy[T](implicit arg0: ToOpenApiSchema[T]): ToOpenApiSchema[Map[String, T]]

    Permalink
    Definition Classes
    CollectionsOpenApi
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def objectOpenApi[T]: ToOpenApiSchema[T]

    Permalink
    Definition Classes
    LangOpenApi
  31. implicit def optionOpenApi[T](implicit arg0: ToOpenApiSchema[T]): ToOpenApiSchema[Option[T]]

    Permalink
    Definition Classes
    CollectionsOpenApi
  32. def product1[T, P1](creator: (P1) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  33. def product10[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  34. def product11[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  35. def product12[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  36. def product13[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  37. def product14[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13], arg14: ToOpenApiSchema[P14]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  38. def product15[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13], arg14: ToOpenApiSchema[P14], arg15: ToOpenApiSchema[P15]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  39. def product16[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13], arg14: ToOpenApiSchema[P14], arg15: ToOpenApiSchema[P15], arg16: ToOpenApiSchema[P16]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  40. def product17[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13], arg14: ToOpenApiSchema[P14], arg15: ToOpenApiSchema[P15], arg16: ToOpenApiSchema[P16], arg17: ToOpenApiSchema[P17]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  41. def product18[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13], arg14: ToOpenApiSchema[P14], arg15: ToOpenApiSchema[P15], arg16: ToOpenApiSchema[P16], arg17: ToOpenApiSchema[P17], arg18: ToOpenApiSchema[P18]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  42. def product19[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13], arg14: ToOpenApiSchema[P14], arg15: ToOpenApiSchema[P15], arg16: ToOpenApiSchema[P16], arg17: ToOpenApiSchema[P17], arg18: ToOpenApiSchema[P18], arg19: ToOpenApiSchema[P19]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  43. def product2[T, P1, P2](creator: (P1, P2) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  44. def product20[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13], arg14: ToOpenApiSchema[P14], arg15: ToOpenApiSchema[P15], arg16: ToOpenApiSchema[P16], arg17: ToOpenApiSchema[P17], arg18: ToOpenApiSchema[P18], arg19: ToOpenApiSchema[P19], arg20: ToOpenApiSchema[P20]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  45. def product21[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13], arg14: ToOpenApiSchema[P14], arg15: ToOpenApiSchema[P15], arg16: ToOpenApiSchema[P16], arg17: ToOpenApiSchema[P17], arg18: ToOpenApiSchema[P18], arg19: ToOpenApiSchema[P19], arg20: ToOpenApiSchema[P20], arg21: ToOpenApiSchema[P21]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  46. def product22[T, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9], arg10: ToOpenApiSchema[P10], arg11: ToOpenApiSchema[P11], arg12: ToOpenApiSchema[P12], arg13: ToOpenApiSchema[P13], arg14: ToOpenApiSchema[P14], arg15: ToOpenApiSchema[P15], arg16: ToOpenApiSchema[P16], arg17: ToOpenApiSchema[P17], arg18: ToOpenApiSchema[P18], arg19: ToOpenApiSchema[P19], arg20: ToOpenApiSchema[P20], arg21: ToOpenApiSchema[P21], arg22: ToOpenApiSchema[P22]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  47. def product3[T, P1, P2, P3](creator: (P1, P2, P3) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  48. def product4[T, P1, P2, P3, P4](creator: (P1, P2, P3, P4) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  49. def product5[T, P1, P2, P3, P4, P5](creator: (P1, P2, P3, P4, P5) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  50. def product6[T, P1, P2, P3, P4, P5, P6](creator: (P1, P2, P3, P4, P5, P6) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  51. def product7[T, P1, P2, P3, P4, P5, P6, P7](creator: (P1, P2, P3, P4, P5, P6, P7) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  52. def product8[T, P1, P2, P3, P4, P5, P6, P7, P8](creator: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  53. def product9[T, P1, P2, P3, P4, P5, P6, P7, P8, P9](creator: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T)(implicit arg0: ClassTag[T], arg1: ToOpenApiSchema[P1], arg2: ToOpenApiSchema[P2], arg3: ToOpenApiSchema[P3], arg4: ToOpenApiSchema[P4], arg5: ToOpenApiSchema[P5], arg6: ToOpenApiSchema[P6], arg7: ToOpenApiSchema[P7], arg8: ToOpenApiSchema[P8], arg9: ToOpenApiSchema[P9]): ToOpenApiSchema[T]

    Permalink
    Definition Classes
    ProductOpenApi
  54. implicit val resultEnumOpenApi: ToOpenApiSchema[ResultIndicator]

    Permalink
  55. implicit def seqOpenApi[T](implicit arg0: ToOpenApiSchema[T]): ToOpenApiSchema[Seq[T]]

    Permalink
    Definition Classes
    CollectionsOpenApi
  56. implicit def setOpenApi[T](implicit arg0: ToOpenApiSchema[T]): ToOpenApiSchema[Set[T]]

    Permalink
    Definition Classes
    CollectionsOpenApi
  57. def shouldBecomeARef[T](ctx: Context, x: Schema[_])(implicit arg0: ClassTag[T]): Schema[_]

    Permalink
    Definition Classes
    OpenApiSchemaSupport
  58. implicit lazy val stringOpenApi: ToOpenApiSchema[String]

    Permalink
    Definition Classes
    LangOpenApi
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. implicit def toRefOps(schema: Schema[_]): OpenApiRefOps

    Permalink
    Definition Classes
    OpenApiSchemaSupport
  61. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  62. implicit val typeSafeConfigOpenApi: ToOpenApiSchema[Config]

    Permalink
    Definition Classes
    CollectionsOpenApi
  63. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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 EnumOpenApi

Inherited from CollectionsOpenApi

Inherited from LangOpenApi

Inherited from ProductOpenApi

Inherited from OpenApiSchemaSupport

Inherited from AnyRef

Inherited from Any

Ungrouped