Package play.mvc
Annotation Type BodyParser.Of
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public static @interface BodyParser.Of
Specify the body parser to use for an Action method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends BodyParser<?>>
value
The class of the body parser to use.
-
-
-
Element Detail
-
value
Class<? extends BodyParser<?>> value
The class of the body parser to use.- Returns:
- the class
-
-