Package com.atlassian.bamboo.jsonator
-
Interface Summary 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 Summary Class Description DefaultIntrospector Used by the Jsonator.DefaultJsonator Converts a Java Bean to a JSON object. -
Enum Summary Enum Description Jsonator.EnumConversionMode Defines handling of Java enums during Object to JSON conversion.