JavaParsers

play.core.j.JavaParsers
object JavaParsers

provides Java centric BodyParsers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def flatten[A](underlying: CompletionStage[BodyParser[A]], materializer: Materializer): BodyParser[A]

Flattens the completion of body parser.

Flattens the completion of body parser.

Value parameters

materializer

The stream materializer

underlying

The completion stage of body parser.

Attributes

Returns

A body parser

def toJavaMultipartFormData(multipart: MultipartFormData[TemporaryFile]): MultipartFormData[TemporaryFile]
def toJavaRaw(rawBuffer: RawBuffer): RawBuffer
def trampoline: Executor