Package | Description |
---|---|
org.thales.punch.settings.api |
Copyright © 2016-2021 Thales Services Numériques
Licensed under the Thales Inner Source Software License:
Version 1.2, InnerOpen - Distribution Controlled
You may not use this file except in compliance with the License.
|
org.thales.punch.settings.impl |
Modifier and Type | Method and Description |
---|---|
String |
ISettingsList.asJsonString(IJsonSerializer s)
This variant accept a serializer to deal with unsupported types.
|
String |
ISettingsMap.asJsonString(IJsonSerializer s)
This variant relies on an external serializer to deal with unsupported classes found in
the SettingsMap.
|
Modifier and Type | Method and Description |
---|---|
static com.google.gson.JsonArray |
JsonSettingSerializer.asJsonArray(List<Object> list,
IJsonSerializer s) |
static com.google.gson.JsonObject |
JsonSettingSerializer.asJsonObject(Map<String,Object> map,
IJsonSerializer s) |
String |
SettingsListImpl.asJsonString(IJsonSerializer s) |
String |
SettingsMapImpl.asJsonString(IJsonSerializer s) |
Copyright © 2014–2023. All rights reserved.