com.atlassian.confluence.json.jsonator
Class ValidationErrorJsonator
java.lang.Object
com.atlassian.confluence.json.jsonator.ValidationErrorJsonator
- All Implemented Interfaces:
- Jsonator<ValidationError>
public class ValidationErrorJsonator
- extends Object
- implements Jsonator<ValidationError>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationErrorJsonator
public ValidationErrorJsonator(I18NBeanFactory i18NBeanFactory)
convert
public Json convert(ValidationError validationError)
- Description copied from interface:
Jsonator
- Creates a
Json
representation of a given object
- Specified by:
convert
in interface Jsonator<ValidationError>
- Parameters:
validationError
- the object to be serialized
- Returns:
- Json JSON representation of the given object
Copyright © 2003-2013 Atlassian. All Rights Reserved.