|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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)
| Constructor Summary | |
|---|---|
DefaultIntrospector()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,?> |
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 |
| Constructor Detail |
|---|
public DefaultIntrospector()
| Method Detail |
|---|
public java.util.Map<java.lang.String,?> getProperties(java.lang.Object bean)
Introspector
getProperties in interface Introspector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||