Package play.mvc

Class BodyParser.Default

All Implemented Interfaces:
BodyParser<Object>
Enclosing interface:
BodyParser<A>

public static class BodyParser.Default extends BodyParser.AnyContent
If the request has a body, guess the body content by checking the Content-Type header.
  • Constructor Details

    • Default

      @Inject public Default(HttpErrorHandler errorHandler, play.api.http.HttpConfiguration httpConfiguration, play.api.mvc.PlayBodyParsers parsers)
  • Method Details