Packages

object Boot extends Server with App with ThymeleafHttpServer with JsonProtocol with SprayDirectives with SwaggerRoutes

Linear Supertypes
SwaggerRoutes, OpenApiBuilder, SprayDirectives, JsonProtocol, DefaultJsonProtocol, AdditionalFormats, ProductFormats, ProductFormatsInstances, CollectionFormats, StandardFormats, BasicFormats, ThymeleafHttpServer, ThymeleafDirectives, Server, WSRoutes, Directives, DefaultFormats, Routes, Directives, RequestDirectives, RouteDirectives, ResponseDirectives, RequestCookieDirectives, RequestQueryDirectives, RequestHeaderDirectives, RequestParamsDirectives, DefaultParamHandling, DefaultFormats, App, StopWatchSupport, LogSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Boot
  2. SwaggerRoutes
  3. OpenApiBuilder
  4. SprayDirectives
  5. JsonProtocol
  6. DefaultJsonProtocol
  7. AdditionalFormats
  8. ProductFormats
  9. ProductFormatsInstances
  10. CollectionFormats
  11. StandardFormats
  12. BasicFormats
  13. ThymeleafHttpServer
  14. ThymeleafDirectives
  15. Server
  16. WSRoutes
  17. Directives
  18. DefaultFormats
  19. Routes
  20. Directives
  21. RequestDirectives
  22. RouteDirectives
  23. ResponseDirectives
  24. RequestCookieDirectives
  25. RequestQueryDirectives
  26. RequestHeaderDirectives
  27. RequestParamsDirectives
  28. DefaultParamHandling
  29. DefaultFormats
  30. App
  31. StopWatchSupport
  32. LogSupport
  33. AnyRef
  34. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]
    Definition Classes
    StandardFormats
  2. implicit class ParamsEnhanced[P, R] extends AnyRef
    Definition Classes
    DefaultParamHandling
  3. implicit class SingleParamEnhanced[P] extends AnyRef
    Definition Classes
    DefaultParamHandling
  4. implicit class StringParamsEnhanced extends AnyRef
    Definition Classes
    DefaultParamHandling

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. def ApiResponse(description: String, headers: Map[String, Header], content: Content, links: Map[String, Link], extensions: Map[String, Any], arg5: String): ApiResponse
    Definition Classes
    OpenApiBuilder
  5. def ApiResponseJson[T <: AnyRef](contentClass: Class[T], description: String, example: T)(implicit openApi: OpenAPI): ApiResponse
    Definition Classes
    OpenApiBuilder
  6. def ApiResponses(responses: (ResponseStatus, ApiResponse)*): ApiResponses
    Definition Classes
    OpenApiBuilder
  7. def Contact(name: String, url: String, email: String, extensions: Map[String, Any]): Contact
    Definition Classes
    OpenApiBuilder
  8. def Content(values: Map[String, MediaType]): Content
    Definition Classes
    OpenApiBuilder
  9. def ContentJson[T <: AnyRef](contentClass: Class[T], example: T)(implicit openApi: OpenAPI): Content
    Definition Classes
    OpenApiBuilder
  10. def CookieParameter(name: String, description: String, required: Boolean, deprecated: Boolean, allowEmptyValue: Boolean, arg5: String, style: StyleEnum, explode: Boolean, allowReserved: Boolean, schema: Schema[_], examples: Map[String, Example], example: AnyRef, content: Content, extensions: Map[String, Any]): Parameter
    Definition Classes
    OpenApiBuilder
  11. def Encoding(contentType: String, headers: Map[String, Header], style: StyleEnum, explode: Boolean, allowReserved: Boolean, extensions: Map[String, Any]): Encoding
    Definition Classes
    OpenApiBuilder
  12. def Example(value: AnyRef, summary: String, description: String, externalValue: String, arg4: String, extensions: Map[String, Any]): Example
    Definition Classes
    OpenApiBuilder
  13. def ExternalDocumentation(description: String, url: String, extensions: Map[String, Any]): ExternalDocumentation
    Definition Classes
    OpenApiBuilder
  14. def HeaderParameter(name: String, description: String, required: Boolean, deprecated: Boolean, allowEmptyValue: Boolean, arg5: String, style: StyleEnum, explode: Boolean, allowReserved: Boolean, schema: Schema[_], examples: Map[String, Example], example: AnyRef, content: Content, extensions: Map[String, Any]): Parameter
    Definition Classes
    OpenApiBuilder
  15. def Info(title: String, description: String, termsOfService: String, contact: Contact, license: License, version: String, extensions: Map[String, Any]): Info
    Definition Classes
    OpenApiBuilder
  16. def License(name: String, url: String, email: String, extensions: Map[String, Any]): License
    Definition Classes
    OpenApiBuilder
  17. def MediaType(schema: Schema[_], examples: Map[String, Example], example: AnyRef, encoding: Map[String, Encoding], extensions: Map[String, Any]): MediaType
    Definition Classes
    OpenApiBuilder
  18. def OpenAPI(openapi: String, info: Info, externalDocs: ExternalDocumentation, servers: List[io.swagger.v3.oas.models.servers.Server], security: List[SecurityRequirement], tags: List[Tag], paths: Paths, components: Components, extensions: Map[String, Any]): OpenAPI
    Definition Classes
    OpenApiBuilder
  19. def Operation(tags: List[String], summary: String, description: String, externalDocs: ExternalDocumentation, operationId: String, parameters: List[Parameter], requestBody: RequestBody, responses: ApiResponses, callbacks: Map[String, Callback], deprecated: Boolean, security: List[SecurityRequirement], servers: List[io.swagger.v3.oas.models.servers.Server], extensions: Map[String, Any]): Operation
    Definition Classes
    OpenApiBuilder
  20. def Parameter(name: String, in: String, description: String, required: Boolean, deprecated: Boolean, allowEmptyValue: Boolean, arg6: String, style: StyleEnum, explode: Boolean, allowReserved: Boolean, schema: Schema[_], examples: Map[String, Example], example: AnyRef, content: Content, extensions: Map[String, Any]): Parameter
    Definition Classes
    OpenApiBuilder
  21. def PathParameter(name: String, description: String, deprecated: Boolean, allowEmptyValue: Boolean, arg4: String, style: StyleEnum, explode: Boolean, allowReserved: Boolean, schema: Schema[_], examples: Map[String, Example], example: AnyRef, content: Content, extensions: Map[String, Any]): Parameter
    Definition Classes
    OpenApiBuilder
  22. def QueryParameter(name: String, description: String, required: Boolean, deprecated: Boolean, allowEmptyValue: Boolean, arg5: String, style: StyleEnum, explode: Boolean, allowReserved: Boolean, schema: Schema[_], examples: Map[String, Example], example: AnyRef, content: Content, extensions: Map[String, Any]): Parameter
    Definition Classes
    OpenApiBuilder
  23. def RequestBody(description: String, content: Content, required: Boolean, extensions: Map[String, Any], arg4: String): RequestBody
    Definition Classes
    OpenApiBuilder
  24. def RequestBodyJson[T <: AnyRef](contentClass: Class[T], description: String, required: Boolean, example: T)(implicit openApi: OpenAPI): RequestBody
    Definition Classes
    OpenApiBuilder
  25. def SecurityRequirement(values: Map[String, List[String]]): SecurityRequirement
    Definition Classes
    OpenApiBuilder
  26. def Server(url: String, description: String, variables: ServerVariables, extensions: Map[String, Any]): io.swagger.v3.oas.models.servers.Server
    Definition Classes
    OpenApiBuilder
  27. def ServerVariable(enum: Set[String], default: String, description: String, variables: ServerVariables, extensions: Map[String, Any]): ServerVariable
    Definition Classes
    OpenApiBuilder
  28. def ServerVariables(values: Map[String, ServerVariable]): ServerVariables
    Definition Classes
    OpenApiBuilder
  29. def Tag(name: String, description: String, url: String, externalDocs: ExternalDocumentation, extensions: Map[String, Any]): Tag
    Definition Classes
    OpenApiBuilder
  30. def addHttpRequestListeners(listener: RequestListener): Unit
    Definition Classes
    Server
  31. def addWSRequestListeners(listener: WSRequestListener): Unit
    Definition Classes
    Server
  32. implicit def arrayFormat[T](implicit arg0: JsonFormat[T], arg1: ClassTag[T]): RootJsonFormat[Array[T]] { def write(array: Array[T]): spray.json.JsArray }
    Definition Classes
    CollectionFormats
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def assetsUri(uri: String): String
    Attributes
    protected
    Definition Classes
    Routes
  35. implicit def builderToResponse(response: ResponseBuilder): Response
    Definition Classes
    DefaultFormats
  36. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  37. def close()(implicit context: WSRequestContext): Option[WSResponse]
    Definition Classes
    Directives
  38. def delete(uri: String, operation: Operation)(action: RouteAction)(implicit openAPi: OpenAPI): Unit
    Definition Classes
    SwaggerRoutes
  39. def delete(uri: String)(action: RouteAction): Unit
    Definition Classes
    Routes
  40. implicit def eitherFormat[A, B](implicit arg0: JF[A], arg1: JF[B]): JF[Either[A, B]]
    Definition Classes
    StandardFormats
  41. val encoding: String
    Attributes
    protected
    Definition Classes
    ThymeleafHttpServer
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  44. def error(status: ResponseStatus, message: Option[String])(implicit context: RequestContext): Response
    Definition Classes
    RouteDirectives
  45. def extractFieldNames(tag: ClassTag[_]): Array[String]
    Attributes
    protected
    Definition Classes
    ProductFormats
  46. def filesystemFolder(uri: String, resourceFolderPath: String): Unit
    Definition Classes
    Routes
  47. def filter(uri: String, methods: Set[RequestMethod])(action: FilterAction): Unit
    Definition Classes
    Routes
  48. def fromField[T](value: JsValue, fieldName: String)(implicit reader: JsonReader[T]): T
    Attributes
    protected
    Definition Classes
    ProductFormats
  49. def get(uri: String, operation: Operation)(action: RouteAction)(implicit openAPi: OpenAPI): Unit
    Definition Classes
    SwaggerRoutes
  50. def get(uri: String)(action: RouteAction): Unit
    Definition Classes
    Routes
  51. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. def head(uri: String, operation: Operation)(action: RouteAction)(implicit openAPi: OpenAPI): Unit
    Definition Classes
    SwaggerRoutes
  54. def head(uri: String)(action: RouteAction): Unit
    Definition Classes
    Routes
  55. def httpPort(port: Option[Int]): Unit
    Definition Classes
    Server
  56. def httpPort: Option[Int]
    Definition Classes
    Server
  57. def httpRequestListeners: List[RequestListener]
    Definition Classes
    Server
  58. val httpRouter: HttpRouter
    Attributes
    protected
    Definition Classes
    Server → Routes
  59. def httpWorkerTimeoutSeconds(value: Int): Unit
    Definition Classes
    Server
  60. def httpWorkerTimeoutSeconds: Int
    Definition Classes
    Server
  61. def httpsPort(port: Option[Int]): Unit
    Definition Classes
    Server
  62. def httpsPort: Option[Int]
    Definition Classes
    Server
  63. val ids: AtomicLong
  64. implicit def immIndexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]
    Definition Classes
    CollectionFormats
  65. implicit def immIterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]
    Definition Classes
    CollectionFormats
  66. implicit def immLinearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]
    Definition Classes
    CollectionFormats
  67. implicit def immSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]
    Definition Classes
    CollectionFormats
  68. implicit def immSetFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]
    Definition Classes
    CollectionFormats
  69. implicit def indexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]
    Definition Classes
    CollectionFormats
  70. def ipAddress(ipAddress: String): Unit
    Definition Classes
    Server
  71. def ipAddress: String
    Definition Classes
    Server
  72. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  73. implicit def iterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]
    Definition Classes
    CollectionFormats
  74. def jsonFormat[T](reader: JsonReader[T], writer: JsonWriter[T]): JsonFormat[T]
    Definition Classes
    AdditionalFormats
  75. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String, fieldName22: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: JF[P22]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  76. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  77. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  78. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  79. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  80. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  81. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  82. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  83. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  84. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  85. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  86. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  87. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  88. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  89. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  90. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  91. def jsonFormat[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  92. def jsonFormat[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  93. def jsonFormat[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) => T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  94. def jsonFormat[P1, P2, P3, T <: Product](construct: (P1, P2, P3) => T, fieldName1: String, fieldName2: String, fieldName3: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  95. def jsonFormat[P1, P2, T <: Product](construct: (P1, P2) => T, fieldName1: String, fieldName2: String)(implicit arg0: JF[P1], arg1: JF[P2]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  96. def jsonFormat[P1, T <: Product](construct: (P1) => T, fieldName1: String)(implicit arg0: JF[P1]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  97. def jsonFormat0[T](construct: () => T): RootJsonFormat[T]
    Definition Classes
    ProductFormats
  98. def jsonFormat1[P1, T <: Product](construct: (P1) => T)(implicit arg0: JF[P1], arg1: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  99. def jsonFormat10[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  100. def jsonFormat11[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  101. def jsonFormat12[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  102. def jsonFormat13[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  103. def jsonFormat14[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  104. def jsonFormat15[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  105. def jsonFormat16[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  106. def jsonFormat17[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  107. def jsonFormat18[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  108. def jsonFormat19[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  109. def jsonFormat2[P1, P2, T <: Product](construct: (P1, P2) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  110. def jsonFormat20[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  111. def jsonFormat21[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  112. def jsonFormat22[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (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: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: JF[P22], arg22: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  113. def jsonFormat3[P1, P2, P3, T <: Product](construct: (P1, P2, P3) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  114. def jsonFormat4[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  115. def jsonFormat5[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  116. def jsonFormat6[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  117. def jsonFormat7[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  118. def jsonFormat8[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  119. def jsonFormat9[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) => T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: ClassTag[T]): RootJsonFormat[T]
    Definition Classes
    ProductFormatsInstances
  120. def lazyFormat[T](format: => JsonFormat[T]): JsonFormat[T] { lazy val delegate: spray.json.JsonFormat[T] }
    Definition Classes
    AdditionalFormats
  121. def lift[T <: AnyRef](reader: RootJsonReader[T]): RootJsonFormat[T]
    Definition Classes
    AdditionalFormats
  122. def lift[T <: AnyRef](reader: JsonReader[T]): JsonFormat[T]
    Definition Classes
    AdditionalFormats
  123. def lift[T](writer: RootJsonWriter[T]): RootJsonFormat[T]
    Definition Classes
    AdditionalFormats
  124. def lift[T](writer: JsonWriter[T]): JsonFormat[T] { def read(value: spray.json.JsValue): Nothing }
    Definition Classes
    AdditionalFormats
  125. implicit def linearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]
    Definition Classes
    CollectionFormats
  126. implicit def listFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[List[T]] { def write(list: List[T]): spray.json.JsArray }
    Definition Classes
    CollectionFormats
  127. val log: Logger
    Definition Classes
    LogSupport
  128. def logText(level: LogLevel, log: Logger, text: String, params: Any*): Unit
    Attributes
    protected
    Definition Classes
    LogSupport
  129. def logText(level: LogLevel, text: String, params: Any*): Unit
    Attributes
    protected
    Definition Classes
    LogSupport
  130. def main(args: Array[String]): Unit
    Definition Classes
    App
  131. implicit def mapFormat[K, V](implicit arg0: JsonFormat[K], arg1: JsonFormat[V]): RootJsonFormat[Map[K, V]] { def write(m: Map[K,V]): spray.json.JsObject }
    Definition Classes
    CollectionFormats
  132. val name: String
    Definition Classes
    Boot → App
  133. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  134. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  135. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  136. def onConfigure(action: => Unit): Unit
    Definition Classes
    App
  137. def onStart(action: => Unit): Unit
    Definition Classes
    App
  138. def onStop(action: => Unit): Unit
    Definition Classes
    App
  139. implicit val openApi: OpenAPI
    Attributes
    protected
  140. implicit def optionFormat[T](implicit arg0: JF[T]): JF[Option[T]]
    Definition Classes
    StandardFormats
  141. def options(uri: String, operation: Operation)(action: RouteAction)(implicit openAPi: OpenAPI): Unit
    Definition Classes
    SwaggerRoutes
  142. def options(uri: String)(action: RouteAction): Unit
    Definition Classes
    Routes
  143. def patch(uri: String, operation: Operation)(action: RouteAction)(implicit openAPi: OpenAPI): Unit
    Definition Classes
    SwaggerRoutes
  144. def patch(uri: String)(action: RouteAction): Unit
    Definition Classes
    Routes
  145. implicit val personFormat: RootJsonFormat[Person]
    Definition Classes
    JsonProtocol
  146. def post(uri: String, operation: Operation)(action: RouteAction)(implicit openAPi: OpenAPI): Unit
    Definition Classes
    SwaggerRoutes
  147. def post(uri: String)(action: RouteAction): Unit
    Definition Classes
    Routes
  148. val prefix: String
    Attributes
    protected
    Definition Classes
    Boot → ThymeleafHttpServer
  149. def productElement2Field[T](fieldName: String, p: Product, ix: Int, rest: List[JsField])(implicit writer: JsonWriter[T]): List[JsField]
    Attributes
    protected
    Definition Classes
    ProductFormats
  150. def productionMode: Boolean
    Definition Classes
    Server
  151. def productionMode(value: Boolean): Unit
    Definition Classes
    Server
  152. def put(uri: String, operation: Operation)(action: RouteAction)(implicit openAPi: OpenAPI): Unit
    Definition Classes
    SwaggerRoutes
  153. def put(uri: String)(action: RouteAction): Unit
    Definition Classes
    Routes
  154. def reader[T](clazz: Class[T])(implicit jsonReader: JsonReader[T]): BodyReader[T]
    Attributes
    protected
    Definition Classes
    SprayDirectives
  155. def readerIdleTimeSeconds(value: Int): Unit
    Definition Classes
    Server
  156. def readerIdleTimeSeconds: Int
    Definition Classes
    Server
  157. def redirect(url: String, redirectStatus: RedirectStatus)(implicit context: RequestContext): Response
    Definition Classes
    RouteDirectives
  158. def removeHttpRequestListeners(listener: RequestListener): Unit
    Definition Classes
    Server
  159. def removeWSRequestListeners(listener: WSRequestListener): Unit
    Definition Classes
    Server
  160. def requestBody[T](action: (T) => Response)(implicit context: RequestContext, reader: BodyReader[T]): Response
    Definition Classes
    RequestDirectives
  161. def requestBody(action: (Array[Byte]) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestDirectives
  162. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13, P14, R14, P15, R15](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13], param14: Param[P14, R14], param15: Param[P15, R15])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  163. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13, P14, R14](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13], param14: Param[P14, R14])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  164. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  165. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  166. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  167. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  168. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  169. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8])(action: (R1, R2, R3, R4, R5, R6, R7, R8) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  170. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7])(action: (R1, R2, R3, R4, R5, R6, R7) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  171. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6])(action: (R1, R2, R3, R4, R5, R6) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  172. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5])(action: (R1, R2, R3, R4, R5) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  173. def requestCookie[P1, R1, P2, R2, P3, R3, P4, R4](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4])(action: (R1, R2, R3, R4) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  174. def requestCookie[P1, R1, P2, R2, P3, R3](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3])(action: (R1, R2, R3) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  175. def requestCookie[P1, R1, P2, R2](param1: Param[P1, R1], param2: Param[P2, R2])(action: (R1, R2) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  176. def requestCookie[P1, R1](param1: Param[P1, R1])(action: (R1) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestCookieDirectives
  177. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13, P14, R14, P15, R15](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13], param14: Param[P14, R14], param15: Param[P15, R15])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  178. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13, P14, R14](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13], param14: Param[P14, R14])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  179. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  180. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  181. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  182. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  183. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  184. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8])(action: (R1, R2, R3, R4, R5, R6, R7, R8) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  185. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7])(action: (R1, R2, R3, R4, R5, R6, R7) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  186. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6])(action: (R1, R2, R3, R4, R5, R6) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  187. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5])(action: (R1, R2, R3, R4, R5) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  188. def requestHeader[P1, R1, P2, R2, P3, R3, P4, R4](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4])(action: (R1, R2, R3, R4) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  189. def requestHeader[P1, R1, P2, R2, P3, R3](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3])(action: (R1, R2, R3) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  190. def requestHeader[P1, R1, P2, R2](param1: Param[P1, R1], param2: Param[P2, R2])(action: (R1, R2) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  191. def requestHeader[P1, R1](param1: Param[P1, R1])(action: (R1) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestHeaderDirectives
  192. def requestJson[T](clazz: Class[T])(action: (T) => Response)(implicit context: RequestContext, jsonReader: JsonReader[T]): Response
    Definition Classes
    SprayDirectives
  193. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13, P14, R14, P15, R15](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13], param14: Param[P14, R14], param15: Param[P15, R15])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  194. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13, P14, R14](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13], param14: Param[P14, R14])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  195. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  196. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  197. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  198. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  199. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  200. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8])(action: (R1, R2, R3, R4, R5, R6, R7, R8) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  201. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7])(action: (R1, R2, R3, R4, R5, R6, R7) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  202. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6])(action: (R1, R2, R3, R4, R5, R6) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  203. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5])(action: (R1, R2, R3, R4, R5) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  204. def requestParam[P1, R1, P2, R2, P3, R3, P4, R4](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4])(action: (R1, R2, R3, R4) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  205. def requestParam[P1, R1, P2, R2, P3, R3](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3])(action: (R1, R2, R3) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  206. def requestParam[P1, R1, P2, R2](param1: Param[P1, R1], param2: Param[P2, R2])(action: (R1, R2) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  207. def requestParam[P1, R1](param1: Param[P1, R1])(action: (R1) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestParamsDirectives
  208. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13, P14, R14, P15, R15](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13], param14: Param[P14, R14], param15: Param[P15, R15])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  209. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13, P14, R14](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13], param14: Param[P14, R14])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  210. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12, P13, R13](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12], param13: Param[P13, R13])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  211. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11, P12, R12](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11], param12: Param[P12, R12])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  212. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10, P11, R11](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10], param11: Param[P11, R11])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  213. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9, P10, R10](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9], param10: Param[P10, R10])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9, R10) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  214. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8, P9, R9](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8], param9: Param[P9, R9])(action: (R1, R2, R3, R4, R5, R6, R7, R8, R9) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  215. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7, P8, R8](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7], param8: Param[P8, R8])(action: (R1, R2, R3, R4, R5, R6, R7, R8) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  216. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6, P7, R7](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6], param7: Param[P7, R7])(action: (R1, R2, R3, R4, R5, R6, R7) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  217. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5, P6, R6](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5], param6: Param[P6, R6])(action: (R1, R2, R3, R4, R5, R6) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  218. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4, P5, R5](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4], param5: Param[P5, R5])(action: (R1, R2, R3, R4, R5) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  219. def requestQuery[P1, R1, P2, R2, P3, R3, P4, R4](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3], param4: Param[P4, R4])(action: (R1, R2, R3, R4) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  220. def requestQuery[P1, R1, P2, R2, P3, R3](param1: Param[P1, R1], param2: Param[P2, R2], param3: Param[P3, R3])(action: (R1, R2, R3) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  221. def requestQuery[P1, R1, P2, R2](param1: Param[P1, R1], param2: Param[P2, R2])(action: (R1, R2) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  222. def requestQuery[P1, R1](param1: Param[P1, R1])(action: (R1) => Response)(implicit context: RequestContext): Response
    Definition Classes
    RequestQueryDirectives
  223. def resourceFolder(uri: String, resourceFolderPath: String): Unit
    Definition Classes
    Routes
  224. def responseBody[T](input: T)(implicit context: RequestContext, writer: BodyWriter[T]): Response
    Definition Classes
    ResponseDirectives
  225. def responseBody(input: Array[Byte])(implicit context: RequestContext): Response
    Definition Classes
    ResponseDirectives
  226. def responseCookie(input: HttpCookie)(action: => Response)(implicit context: RequestContext): Response
    Definition Classes
    ResponseDirectives
  227. def responseHeader[T](name: String, value: T)(action: => Response)(implicit context: RequestContext, converter: ParamWriter[T]): Response
    Definition Classes
    ResponseDirectives
  228. def responseJson[T](value: T)(implicit context: RequestContext, jsonWriter: JsonWriter[T]): Response
    Definition Classes
    SprayDirectives
  229. def responseStatus(input: ResponseStatus)(action: => Response)(implicit context: RequestContext): Response
    Definition Classes
    ResponseDirectives
  230. def responseVersion(input: ProtocolVersion)(action: => Response)(implicit context: RequestContext): Response
    Definition Classes
    ResponseDirectives
  231. def rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]
    Definition Classes
    AdditionalFormats
  232. def rootJsonFormat[T](reader: RootJsonReader[T], writer: RootJsonWriter[T]): RootJsonFormat[T]
    Definition Classes
    AdditionalFormats
  233. def safeReader[A](implicit arg0: JsonReader[A]): JsonReader[Either[Exception, A]]
    Definition Classes
    AdditionalFormats
  234. implicit def seqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]
    Definition Classes
    CollectionFormats
  235. def serve(url: String)(implicit context: RequestContext): Response
    Definition Classes
    RouteDirectives
  236. def servlet(uri: String, method: RequestMethod, operation: Operation)(action: RouteAction)(implicit openAPi: OpenAPI): Unit
    Attributes
    protected
    Definition Classes
    SwaggerRoutes
  237. def servlet(uri: String, method: RequestMethod)(action: RouteAction): Unit
    Attributes
    protected
    Definition Classes
    Routes
  238. implicit def setFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]
    Definition Classes
    CollectionFormats
  239. val source: ThymeleafSource
    Attributes
    protected
    Definition Classes
    ThymeleafHttpServer
  240. def sslConfig(sslConfig: Option[SSLConfig]): Unit
    Definition Classes
    Server
  241. def sslConfig: Option[SSLConfig]
    Definition Classes
    Server
  242. def start(): Unit
    Definition Classes
    App
  243. def started: Boolean
    Definition Classes
    App
  244. def stop(): Unit
    Definition Classes
    App
  245. implicit def string2Param(name: String)(implicit reader: ParamReader[String]): Param[String, String]
    Definition Classes
    DefaultParamHandling
  246. val suffix: String
    Attributes
    protected
    Definition Classes
    ThymeleafHttpServer
  247. def swaggerRoutes(docPath: String)(implicit openAPi: OpenAPI): Unit
    Definition Classes
    SwaggerRoutes
  248. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  249. val templateMode: TemplateMode
    Attributes
    protected
    Definition Classes
    ThymeleafHttpServer
  250. implicit val thymeleafEngine: TemplateEngine
    Attributes
    protected
    Definition Classes
    ThymeleafHttpServer → ThymeleafDirectives
  251. def time[T](text: String, level: LogLevel)(action: => T): T
    Attributes
    protected
    Definition Classes
    StopWatchSupport
  252. def timeManual(text: String, level: LogLevel): () => Unit
    Attributes
    protected
    Definition Classes
    StopWatchSupport
  253. implicit def toContext(map: Map[String, Any]): Context
    Attributes
    protected
    Definition Classes
    ThymeleafDirectives
  254. def toString(): String
    Definition Classes
    AnyRef → Any
  255. def trace(uri: String, operation: Operation)(action: RouteAction)(implicit openAPi: OpenAPI): Unit
    Definition Classes
    SwaggerRoutes
  256. def trace(uri: String)(action: RouteAction): Unit
    Definition Classes
    Routes
  257. implicit def tuple1Format[A](implicit arg0: JF[A]): JF[(A)]
    Definition Classes
    StandardFormats
  258. implicit def tuple2Format[A, B](implicit arg0: JF[A], arg1: JF[B]): RootJsonFormat[(A, B)] { def write(t: (A, B)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  259. implicit def tuple3Format[A, B, C](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C]): RootJsonFormat[(A, B, C)] { def write(t: (A, B, C)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  260. implicit def tuple4Format[A, B, C, D](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D]): RootJsonFormat[(A, B, C, D)] { def write(t: (A, B, C, D)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  261. implicit def tuple5Format[A, B, C, D, E](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E]): RootJsonFormat[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  262. implicit def tuple6Format[A, B, C, D, E, F](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F]): RootJsonFormat[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  263. implicit def tuple7Format[A, B, C, D, E, F, G](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F], arg6: JF[G]): RootJsonFormat[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): spray.json.JsArray }
    Definition Classes
    StandardFormats
  264. implicit def vectorFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Vector[T]]
    Definition Classes
    CollectionFormats
  265. def viaSeq[I <: Iterable[T], T](f: (Seq[T]) => I)(implicit arg0: JsonFormat[T]): RootJsonFormat[I]
    Definition Classes
    CollectionFormats
  266. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  267. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  268. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  269. def webjars(): Unit
    Definition Classes
    Routes
  270. def workerThreads(workerThreads: Int): Unit
    Definition Classes
    Server
  271. def workerThreads: Int
    Definition Classes
    Server
  272. def writer[T]()(implicit jsonWriter: JsonWriter[T]): BodyWriter[T]
    Attributes
    protected
    Definition Classes
    SprayDirectives
  273. def writerIdleTimeSeconds(value: Int): Unit
    Definition Classes
    Server
  274. def writerIdleTimeSeconds: Int
    Definition Classes
    Server
  275. def ws(uri: String, subprotocols: Set[String])(action: WSRouteAction): Unit
    Definition Classes
    WSRoutes
  276. def wsRequest[T](action: (T) => Option[WSResponse])(implicit context: WSRequestContext, reader: BodyReader[T]): Option[WSResponse]
    Definition Classes
    Directives
  277. def wsRequestListeners: List[WSRequestListener]
    Definition Classes
    Server
  278. def wsResponse[T](input: T)(implicit context: WSRequestContext, writer: BodyWriter[T]): Option[WSResponse]
    Definition Classes
    Directives
  279. def wsResponseBytes[T](input: T)(implicit context: WSRequestContext, writer: BodyWriter[T]): Option[WSResponse]
    Definition Classes
    Directives
  280. def wsResponseText[T](input: T)(implicit context: WSRequestContext, writer: BodyWriter[T]): Option[WSResponse]
    Definition Classes
    Directives
  281. val wsRouter: WSRouter
    Attributes
    protected
    Definition Classes
    Server → WSRoutes
  282. def wsWorkerTimeoutSeconds(value: Int): Unit
    Definition Classes
    Server
  283. def wsWorkerTimeoutSeconds: Int
    Definition Classes
    Server
  284. implicit object BigDecimalJsonFormat extends JsonFormat[BigDecimal]
    Definition Classes
    BasicFormats
  285. implicit object BigIntJsonFormat extends JsonFormat[BigInt]
    Definition Classes
    BasicFormats
  286. implicit object BooleanJsonFormat extends JsonFormat[Boolean]
    Definition Classes
    BasicFormats
  287. implicit object ByteJsonFormat extends JsonFormat[Byte]
    Definition Classes
    BasicFormats
  288. implicit object CharJsonFormat extends JsonFormat[Char]
    Definition Classes
    BasicFormats
  289. implicit object DefaultBytesBodyReader extends BodyReader[Array[Byte]]
    Definition Classes
    DefaultFormats
  290. implicit object DefaultBytesBodyWriter extends BodyWriter[Array[Byte]]
    Definition Classes
    DefaultFormats
  291. implicit object DefaultStringBodyReader extends BodyReader[String]
    Definition Classes
    DefaultFormats
  292. implicit object DefaultStringBodyWriter extends BodyWriter[String]
    Definition Classes
    DefaultFormats
  293. implicit object DoubleJsonFormat extends JsonFormat[Double]
    Definition Classes
    BasicFormats
  294. implicit object FloatJsonFormat extends JsonFormat[Float]
    Definition Classes
    BasicFormats
  295. implicit object HtmlBodyWriter extends BodyWriter[String]
    Definition Classes
    DefaultFormats
  296. implicit object IntJsonFormat extends JsonFormat[Int]
    Definition Classes
    BasicFormats
  297. implicit object JsValueFormat extends JsonFormat[JsValue]
    Definition Classes
    AdditionalFormats
  298. implicit object LongJsonFormat extends JsonFormat[Long]
    Definition Classes
    BasicFormats
  299. implicit object LongReader extends ParamReader[Long]
    Definition Classes
    DefaultParamHandling
  300. implicit object LongWriter extends ParamWriter[Long]
    Definition Classes
    DefaultParamHandling
  301. implicit object RootJsArrayFormat extends RootJsonFormat[JsArray]
    Definition Classes
    AdditionalFormats
  302. implicit object RootJsObjectFormat extends RootJsonFormat[JsObject]
    Definition Classes
    AdditionalFormats
  303. implicit object ShortJsonFormat extends JsonFormat[Short]
    Definition Classes
    BasicFormats
  304. implicit object StringJsonFormat extends JsonFormat[String]
    Definition Classes
    BasicFormats
  305. implicit object StringReader extends ParamReader[String]
    Definition Classes
    DefaultParamHandling
  306. implicit object StringWriter extends ParamWriter[String]
    Definition Classes
    DefaultParamHandling
  307. implicit object SymbolJsonFormat extends JsonFormat[Symbol]
    Definition Classes
    BasicFormats
  308. implicit object ThymeleafBodyWriter extends BodyWriter[ThymeleafTemplate]
    Definition Classes
    ThymeleafDirectives
  309. implicit object UnitJsonFormat extends JsonFormat[Unit]
    Definition Classes
    BasicFormats

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from SwaggerRoutes

Inherited from OpenApiBuilder

Inherited from SprayDirectives

Inherited from JsonProtocol

Inherited from DefaultJsonProtocol

Inherited from AdditionalFormats

Inherited from ProductFormats

Inherited from ProductFormatsInstances

Inherited from CollectionFormats

Inherited from StandardFormats

Inherited from BasicFormats

Inherited from ThymeleafHttpServer

Inherited from ThymeleafDirectives

Inherited from Server

Inherited from WSRoutes

Inherited from Directives

Inherited from DefaultFormats

Inherited from Routes

Inherited from Directives

Inherited from RequestDirectives

Inherited from RouteDirectives

Inherited from ResponseDirectives

Inherited from RequestCookieDirectives

Inherited from RequestQueryDirectives

Inherited from RequestHeaderDirectives

Inherited from RequestParamsDirectives

Inherited from DefaultParamHandling

Inherited from DefaultFormats

Inherited from App

Inherited from StopWatchSupport

Inherited from LogSupport

Inherited from AnyRef

Inherited from Any

Ungrouped