Interface | Description |
---|---|
Introspector |
Converts a Java bean to a set of String-to-Object mappings by enumerating all get* and is* methods on the bean.
|
Jsonator<T> |
Interface to implement if you want to provide a method to create
a JSON representation of an object
|
Class | Description |
---|---|
DefaultIntrospector |
Used by the Jsonator.
|
DefaultJsonator |
Converts a Java Bean to a JSON object.
|
Enum | Description |
---|---|
Jsonator.EnumConversionMode |
Defines handling of Java enums during Object to JSON conversion.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.