|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.json.jsonator.I18nJsonator
public class I18nJsonator
A Jsonator for i18n Message objects. It returns the i18ned string, if found and the message key otherwise.
Constructor Summary | |
---|---|
I18nJsonator(I18NBean i18NBean)
|
Method Summary | |
---|---|
Json |
convert(Message m)
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 |
---|
public I18nJsonator(I18NBean i18NBean)
Method Detail |
---|
public Json convert(Message m)
Jsonator
Json
representation of a given object
convert
in interface Jsonator<Message>
m
- the object to be serialized
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |