com.atlassian.confluence.json.jsonator
Class ValidationErrorJsonator

java.lang.Object
  extended by com.atlassian.confluence.json.jsonator.ValidationErrorJsonator
All Implemented Interfaces:
Jsonator<ValidationError>

public class ValidationErrorJsonator
extends Object
implements Jsonator<ValidationError>


Constructor Summary
ValidationErrorJsonator(I18NBeanFactory i18NBeanFactory)
           
 
Method Summary
 Json convert(ValidationError validationError)
          Creates a Json representation of a given object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationErrorJsonator

public ValidationErrorJsonator(I18NBeanFactory i18NBeanFactory)
Method Detail

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-2012 Atlassian. All Rights Reserved.