| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<?> |
cls |
private java.util.List<PropertyInfo> |
props |
| Constructor and Description |
|---|
ObjectFormatter(java.lang.Class<?> cls) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
format(JSON.Context context,
java.lang.Object src,
java.lang.Object o,
OutputSource out) |
(package private) static java.util.List<PropertyInfo> |
getGetProperties(JSON.Context context,
java.lang.Class<?> c) |
private java.lang.Class<?> cls
private transient java.util.List<PropertyInfo> props
public boolean format(JSON.Context context, java.lang.Object src, java.lang.Object o, OutputSource out) throws java.lang.Exception
static java.util.List<PropertyInfo> getGetProperties(JSON.Context context, java.lang.Class<?> c)