Package com.atlassian.bamboo.jsonator
package com.atlassian.bamboo.jsonator
-
ClassDescriptionUsed by the Jsonator.Converts a Java Bean to a JSON object.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 objectDefines handling of Java enums during Object to JSON conversion.