object JavaParsers
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaParsers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
flatten[A](underlying: CompletionStage[BodyParser[A]], materializer: Materializer): BodyParser[A]
Flattens the completion of body parser.
Flattens the completion of body parser.
- underlying
The completion stage of body parser.
- materializer
The stream materializer
- returns
A body parser
- def toJavaMultipartFormData[A](multipart: MultipartFormData[TemporaryFile]): MultipartFormData[File]
- def toJavaRaw(rawBuffer: RawBuffer): RawBuffer
- def trampoline: Executor
Deprecated Value Members
-
val
parse: PlayBodyParsers
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Inject PlayBodyParsers instead