Annotation Interface JsonSchema
Annotation for use with JSON schemas.
-
Optional Element Summary
-
Element Details
-
dynamic
boolean dynamicFlag indicating whether to discard unrecognized property names (the default, false, i.e. non-dynamic) or whether to retain all JSON object properties (true, dynamic)- Returns:
- dynamic flag
- Default:
- false
-
className
String classNameReturns the class name when applicable.- Returns:
- class name
- Default:
- ""
-