Package play.mvc
Annotation Interface BodyParser.Of
- Enclosing interface:
- BodyParser<A>
Specify the body parser to use for an Action method.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends BodyParser<?>>The class of the body parser to use.
-
Element Details
-
value
Class<? extends BodyParser<?>> valueThe class of the body parser to use.- Returns:
- the class
-