public class ObjectToJsonQuietlyExtensions extends Object
ObjectToJsonQuietlyExtensions converts java objects to json string objects in a
quietly manner as the name let presume.| Constructor and Description |
|---|
ObjectToJsonQuietlyExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
toJsonQuietly(T object)
Creates from the given Object a json string.
|
public static <T> String toJsonQuietly(T object)
T - the generic type of the given argumentobject - the object.Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.