Class ValidationErrorJsonator
java.lang.Object
com.atlassian.confluence.json.jsonator.ValidationErrorJsonator
- All Implemented Interfaces:
Jsonator<ValidationError>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert
(ValidationError validationError) Creates aJson
representation of a given object
-
Constructor Details
-
ValidationErrorJsonator
-
-
Method Details
-
convert
Description copied from interface:Jsonator
Creates aJson
representation of a given object- Specified by:
convert
in interfaceJsonator<ValidationError>
- Parameters:
validationError
- the object to be serialized- Returns:
- Json JSON representation of the given object
-