| Package | Description |
|---|---|
| net.arnx.jsonic |
Provides classes for manipulating JSON(http://www.json.org/) format.
|
| net.arnx.jsonic.util |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<PropertyInfo> |
ObjectFormatter.props |
private java.util.Map<java.lang.String,PropertyInfo> |
ObjectConverter.props |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.util.List<PropertyInfo> |
ObjectFormatter.getGetProperties(JSON.Context context,
java.lang.Class<?> c) |
private static java.util.Map<java.lang.String,PropertyInfo> |
ObjectConverter.getSetProperties(JSON.Context context,
java.lang.Class<?> c) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,PropertyInfo> |
BeanInfo.props |
private java.util.Map<java.lang.String,PropertyInfo> |
BeanInfo.sprops |
| Modifier and Type | Method and Description |
|---|---|
PropertyInfo |
BeanInfo.getProperty(java.lang.String name) |
PropertyInfo |
BeanInfo.getStaticProperty(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PropertyInfo> |
BeanInfo.getProperties() |
java.util.Collection<PropertyInfo> |
BeanInfo.getStaticProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyInfo.compareTo(PropertyInfo property) |