Package com.atlassian.bamboo.jsonator

Interface Summary
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 Summary
DefaultIntrospector Used by the Jsonator.
DefaultJsonator Converts a Java Bean to a JSON object.
 

Enum Summary
Jsonator.EnumConversionMode Defines handling of Java enums during Object to JSON conversion.
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.