object Boot extends SparkApp with ThymeleafSparkApp with JacksonSparkApp with SwaggerRoutes
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Boot
- SwaggerRoutes
- OpenApiBuilder
- JacksonSparkApp
- JacksonDirectives
- ThymeleafSparkApp
- ThymeleafDirectives
- SparkApp
- SparkDelegate
- Directives
- RequestDirectives
- RouteDirectives
- ResponseDirectives
- RequestCookieDirectives
- RequestQueryDirectives
- RequestHeaderDirectives
- RequestParamsDirectives
- DefaultFormats
- DefaultParamHandling
- App
- StopWatchSupport
- LogSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ApiResponse(description: String, headers: Map[String, Header], content: Content, links: Map[String, Link], extensions: Map[String, Any], arg5: String): ApiResponse
- Definition Classes
- OpenApiBuilder
- def ApiResponseJson[T <: AnyRef](contentClass: Class[T], description: String, example: T)(implicit openApi: OpenAPI): ApiResponse
- Definition Classes
- OpenApiBuilder
- def ApiResponses(responses: (ResponseStatus, ApiResponse)*): ApiResponses
- Definition Classes
- OpenApiBuilder
- def Contact(name: String, url: String, email: String, extensions: Map[String, Any]): Contact
- Definition Classes
- OpenApiBuilder
- def Content(values: Map[String, MediaType]): Content
- Definition Classes
- OpenApiBuilder
- def ContentJson[T <: AnyRef](contentClass: Class[T], example: T)(implicit openApi: OpenAPI): Content
- Definition Classes
- OpenApiBuilder
- 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
- def Encoding(contentType: String, headers: Map[String, Header], style: StyleEnum, explode: Boolean, allowReserved: Boolean, extensions: Map[String, Any]): Encoding
- Definition Classes
- OpenApiBuilder
- def Example(value: AnyRef, summary: String, description: String, externalValue: String, arg4: String, extensions: Map[String, Any]): Example
- Definition Classes
- OpenApiBuilder
- def ExternalDocumentation(description: String, url: String, extensions: Map[String, Any]): ExternalDocumentation
- Definition Classes
- OpenApiBuilder
- 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
- def Info(title: String, description: String, termsOfService: String, contact: Contact, license: License, version: String, extensions: Map[String, Any]): Info
- Definition Classes
- OpenApiBuilder
- def License(name: String, url: String, email: String, extensions: Map[String, Any]): License
- Definition Classes
- OpenApiBuilder
- def MediaType(schema: Schema[_], examples: Map[String, Example], example: AnyRef, encoding: Map[String, Encoding], extensions: Map[String, Any]): MediaType
- Definition Classes
- OpenApiBuilder
- def OpenAPI(openapi: String, info: Info, externalDocs: ExternalDocumentation, servers: List[Server], security: List[SecurityRequirement], tags: List[Tag], paths: Paths, components: Components, extensions: Map[String, Any]): OpenAPI
- Definition Classes
- OpenApiBuilder
- 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[Server], extensions: Map[String, Any]): Operation
- Definition Classes
- OpenApiBuilder
- 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
- 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
- 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
- def RequestBody(description: String, content: Content, required: Boolean, extensions: Map[String, Any], arg4: String): RequestBody
- Definition Classes
- OpenApiBuilder
- def RequestBodyJson[T <: AnyRef](contentClass: Class[T], description: String, required: Boolean, example: T)(implicit openApi: OpenAPI): RequestBody
- Definition Classes
- OpenApiBuilder
- def SecurityRequirement(values: Map[String, List[String]]): SecurityRequirement
- Definition Classes
- OpenApiBuilder
- def Server(url: String, description: String, variables: ServerVariables, extensions: Map[String, Any]): Server
- Definition Classes
- OpenApiBuilder
- def ServerVariable(enum: Set[String], default: String, description: String, variables: ServerVariables, extensions: Map[String, Any]): ServerVariable
- Definition Classes
- OpenApiBuilder
- def ServerVariables(values: Map[String, ServerVariable]): ServerVariables
- Definition Classes
- OpenApiBuilder
- def Tag(name: String, description: String, url: String, externalDocs: ExternalDocumentation, extensions: Map[String, Any]): Tag
- Definition Classes
- OpenApiBuilder
- def activeThreadCount(): Int
- Definition Classes
- SparkDelegate
- def addHandler(listener: EventListener): Unit
- Definition Classes
- SparkDelegate
- def after(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- def afterAfter(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def before(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def connect(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- def delete(uri: String, operation: Operation)(action: (RequestContext) => Response)(implicit openAPi: OpenAPI): Unit
- Definition Classes
- SwaggerRoutes
- def delete(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- val encoding: String
- Attributes
- protected
- Definition Classes
- ThymeleafSparkApp
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def errorPageHandler(responseStatus: ResponseStatus, handler: ErrorCodeHandler): Unit
- Definition Classes
- SparkDelegate
- def exceptionHandler(handler: ExceptionHandler): Unit
- Definition Classes
- SparkDelegate
- def filesystemFolder(uri: String, resourceFolderPath: String): Unit
- Definition Classes
- SparkDelegate
- def get(uri: String, operation: Operation)(action: (RequestContext) => Response)(implicit openAPi: OpenAPI): Unit
- Definition Classes
- SwaggerRoutes
- def get(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def halt(input: ResponseStatus, message: String)(implicit context: RequestContext): Response
- Definition Classes
- RouteDirectives
- def halt(input: ResponseStatus)(implicit context: RequestContext): Response
- Definition Classes
- RouteDirectives
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def head(uri: String, operation: Operation)(action: (RequestContext) => Response)(implicit openAPi: OpenAPI): Unit
- Definition Classes
- SwaggerRoutes
- def head(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- val ids: AtomicLong
- def ipAddress(ipAddress: String): Service
- Definition Classes
- SparkDelegate
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: Logger
- Definition Classes
- LogSupport
- def logText(level: LogLevel, log: Logger, text: String, params: Any*): Unit
- Attributes
- protected
- Definition Classes
- LogSupport
- def logText(level: LogLevel, text: String, params: Any*): Unit
- Attributes
- protected
- Definition Classes
- LogSupport
- def main(args: Array[String]): Unit
- Definition Classes
- App
- val name: String
- Definition Classes
- Boot → App
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val objectMapper: ObjectMapper
- Attributes
- protected
- Definition Classes
- JacksonSparkApp
- def onConfigure(action: => Unit): Unit
- Definition Classes
- App
- def onStart(action: => Unit): Unit
- Definition Classes
- App
- def onStop(action: => Unit): Unit
- Definition Classes
- App
- implicit val openApi: OpenAPI
- Attributes
- protected
- def options(uri: String, operation: Operation)(action: (RequestContext) => Response)(implicit openAPi: OpenAPI): Unit
- Definition Classes
- SwaggerRoutes
- def options(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- def patch(uri: String, operation: Operation)(action: (RequestContext) => Response)(implicit openAPi: OpenAPI): Unit
- Definition Classes
- SwaggerRoutes
- def patch(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- def port(port: Int): Service
- Definition Classes
- SparkDelegate
- def port: Int
- Definition Classes
- SparkDelegate
- def post(uri: String, operation: Operation)(action: (RequestContext) => Response)(implicit openAPi: OpenAPI): Unit
- Definition Classes
- SwaggerRoutes
- def post(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- val prefix: String
- Attributes
- protected
- Definition Classes
- Boot → ThymeleafSparkApp
- def productionMode: Boolean
- Definition Classes
- SparkDelegate
- def productionMode(value: Boolean): Unit
- Definition Classes
- SparkDelegate
- def put(uri: String, operation: Operation)(action: (RequestContext) => Response)(implicit openAPi: OpenAPI): Unit
- Definition Classes
- SwaggerRoutes
- def put(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- def reader[T](clazz: Class[T])(implicit objectMapper: ObjectMapper): BodyReader[T]
- Attributes
- protected
- Definition Classes
- JacksonDirectives
- def redirect(url: String, redirectStatus: RedirectStatus)(implicit context: RequestContext): Response
- Definition Classes
- RouteDirectives
- def registerAction(uri: String, method: String, operation: Operation)(implicit openAPi: OpenAPI): Unit
- Attributes
- protected
- Definition Classes
- SwaggerRoutes
- def removeHandler(listener: EventListener): Unit
- Definition Classes
- SparkDelegate
- def requestBody[T](action: (T) => Response)(implicit context: RequestContext, reader: BodyReader[T]): Response
- Definition Classes
- RequestDirectives
- def requestBody(action: (Array[Byte]) => Response)(implicit context: RequestContext): Response
- Definition Classes
- RequestDirectives
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def requestCookie[P1, R1](param1: Param[P1, R1])(action: (R1) => Response)(implicit context: RequestContext): Response
- Definition Classes
- RequestCookieDirectives
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def requestHeader[P1, R1](param1: Param[P1, R1])(action: (R1) => Response)(implicit context: RequestContext): Response
- Definition Classes
- RequestHeaderDirectives
- def requestJson[T](clazz: Class[T])(action: (T) => Response)(implicit context: RequestContext, objectMapper: ObjectMapper): Response
- Definition Classes
- JacksonDirectives
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def requestParam[P1, R1](param1: Param[P1, R1])(action: (R1) => Response)(implicit context: RequestContext): Response
- Definition Classes
- RequestParamsDirectives
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def requestQuery[P1, R1](param1: Param[P1, R1])(action: (R1) => Response)(implicit context: RequestContext): Response
- Definition Classes
- RequestQueryDirectives
- def resourceFolder(uri: String, resourceFolderPath: String): Unit
- Definition Classes
- SparkDelegate
- def responseBody[T](input: T)(implicit context: RequestContext, writer: BodyWriter[T]): Response
- Definition Classes
- ResponseDirectives
- def responseBody(input: Array[Byte])(implicit context: RequestContext): Response
- Definition Classes
- ResponseDirectives
- def responseCookie(input: HttpCookie)(action: => Response)(implicit context: RequestContext): Response
- Definition Classes
- ResponseDirectives
- def responseHeader[T](name: String, value: T)(action: => Response)(implicit context: RequestContext, converter: ParamWriter[T]): Response
- Definition Classes
- ResponseDirectives
- def responseJson[T](value: T)(implicit context: RequestContext, objectMapper: ObjectMapper): Response
- Definition Classes
- JacksonDirectives
- def responseStatus(input: ResponseStatus)(action: => Response)(implicit context: RequestContext): Response
- Definition Classes
- ResponseDirectives
- val source: ThymeleafSource
- Attributes
- protected
- Definition Classes
- ThymeleafSparkApp
- val spark: Spark
- Attributes
- protected
- Definition Classes
- SparkApp → SparkDelegate → RouteDirectives
- def start(): Unit
- Definition Classes
- App
- def stop(): Unit
- Definition Classes
- App
- implicit def string2Param(name: String)(implicit reader: ParamReader[String]): Param[String, String]
- Definition Classes
- DefaultParamHandling
- val suffix: String
- Attributes
- protected
- Definition Classes
- ThymeleafSparkApp
- def swaggerRoutes(docPath: String)(implicit openAPi: OpenAPI): Unit
- Definition Classes
- SwaggerRoutes
- def swaggeryfyURI(uri: String): String
- Definition Classes
- SwaggerRoutes
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val templateMode: TemplateMode
- Attributes
- protected
- Definition Classes
- ThymeleafSparkApp
- def threadPool(maxThreads: Int): Service
- Definition Classes
- SparkDelegate
- def threadPool(maxThreads: Int, minThreads: Int, idleTimeoutMillis: Int): Service
- Definition Classes
- SparkDelegate
- implicit val thymeleafEngine: TemplateEngine
- Attributes
- protected
- Definition Classes
- ThymeleafSparkApp
- def thymeleafTemplate(templateName: String, params: Map[String, String])(implicit context: RequestContext, thymeleafEngine: TemplateEngine): Response
- Definition Classes
- ThymeleafDirectives
- def time[T](text: String, level: LogLevel)(action: => T): T
- Attributes
- protected
- Definition Classes
- StopWatchSupport
- def timeManual(text: String, level: LogLevel): () => Unit
- Attributes
- protected
- Definition Classes
- StopWatchSupport
- implicit def toContext(map: Map[String, Any]): Context
- Attributes
- protected
- Definition Classes
- ThymeleafDirectives
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(uri: String, operation: Operation)(action: (RequestContext) => Response)(implicit openAPi: OpenAPI): Unit
- Definition Classes
- SwaggerRoutes
- def trace(url: String)(action: (RequestContext) => Response): Unit
- Definition Classes
- SparkDelegate
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def webjars(): Unit
- Definition Classes
- SparkDelegate
- def writer[T]()(implicit objectMapper: ObjectMapper): BodyWriter[T]
- Attributes
- protected
- Definition Classes
- JacksonDirectives
- implicit object HtmlBodyWriter extends BodyWriter[String]
- Definition Classes
- DefaultFormats
- implicit object LongReader extends ParamReader[Long]
- Definition Classes
- DefaultParamHandling
- implicit object LongWriter extends ParamWriter[Long]
- Definition Classes
- DefaultParamHandling
- implicit object StringReader extends ParamReader[String]
- Definition Classes
- DefaultParamHandling
- implicit object StringWriter extends ParamWriter[String]
- Definition Classes
- DefaultParamHandling
Deprecated Value Members
- 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.