| Class and Description |
|---|
| BadPropertyNameException
Exception for handling bad Javascript property identifiers for
JSONUtil. |
| IndentPadding
This class provides a way to do indented formatting of the output to make it
easier to read for debugging.
|
| JSONAble
This interface specifies a method which implementing objects will use to
provide a JSON representation of themselves.
|
| JSONConfig
A configuration object for JSONUtil to control various encoding options.
|
| JSONConfigDefaults
This class provides a singleton object which is used to change static
defaults used by
JSONConfig and it is used as an MBean to
allow JMX clients with MBean support to view and modify the defaults. |
| JSONConfigDefaultsMBean
MBean interface for JSONConfigDefaults to expose its methods to view and
modify the defaults at run time when this library is used with an MBean
server.
|
| JSONException
Holds some redundant code/data for the other exceptions thrown
by JSONUtil.
|
| JsonObject
This class provides a way to make an list of properties to be used to create
JSON objects.
|
| JSONReflectedClass
This class wraps a class to be explicitly reflected and allows you to choose
the names of the fields to be reflected, regardless of privacy as well as
set up aliases for field names in the JSON output.
|
Copyright © 2016. All rights reserved.