Package org.mapfish.print.parser
Annotation Interface OneOf
Indicates that the annotated field or one of the others in the same OneOf group is required.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe choice group id. One of the options in the choice group must be present in the parsed JSON.
-