|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.json.jsonator.EntityJsonator
public class EntityJsonator
Converts a User or Group into a JSON object prior to serialization.
| Constructor Summary | |
|---|---|
EntityJsonator(UserAccessor userAccessor)
|
|
| Method Summary | |
|---|---|
Json |
convert(com.atlassian.user.Entity entity)
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 EntityJsonator(UserAccessor userAccessor)
| Method Detail |
|---|
public Json convert(com.atlassian.user.Entity entity)
JsonatorJson representation of a given object
convert in interface Jsonator<com.atlassian.user.Entity>entity - the object to be serialized
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||