|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.json.introspector.DefaultIntrospector
public class DefaultIntrospector
Override some behaviour of the JSON library JSON object to allow mapped fields to be converted to JSON objects before adding to map. (The default is to just store the object's toString representation in the map)
Method Summary | |
---|---|
static DefaultIntrospector |
getInstance()
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties(java.lang.Object bean)
Return the properties of the bean as property names mapped to property value Objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DefaultIntrospector getInstance()
public java.util.Map<java.lang.String,java.lang.Object> getProperties(java.lang.Object bean)
Introspector
getProperties
in interface Introspector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |