Package | Description |
---|---|
com.atlassian.bamboo.jsonator | |
com.atlassian.bamboo.jsonator.internal | |
com.atlassian.bamboo.ww2 |
Modifier and Type | Method and Description |
---|---|
static Jsonator.EnumConversionMode |
Jsonator.EnumConversionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jsonator.EnumConversionMode[] |
Jsonator.EnumConversionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
DefaultJsonator.convert(Object object,
Jsonator.EnumConversionMode enumConversionMode) |
com.google.gson.JsonElement |
Jsonator.convert(T object,
Jsonator.EnumConversionMode enumConversionMode)
Creates a
JsonElement representation of a given object |
Constructor and Description |
---|
ObjectJsonator(Jsonator.EnumConversionMode enumConversionMode) |
Modifier and Type | Method and Description |
---|---|
String |
BambooActionSupport.toJson(Object object,
Jsonator.EnumConversionMode enumConversionMode) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.