public class JsonSettingsDecoder extends Object
| Constructor and Description |
|---|
JsonSettingsDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected SettingValue<?> |
createSettingValue(String key,
com.fasterxml.jackson.databind.JsonNode node) |
Set<SettingValue<?>> |
decode(com.fasterxml.jackson.databind.JsonNode node) |
SettingValue<?> |
decode(String key,
com.fasterxml.jackson.databind.JsonNode node) |
protected MultilingualString |
decodeMultilingualString(com.fasterxml.jackson.databind.JsonNode json) |
protected Object |
decodeValue(SettingType type,
com.fasterxml.jackson.databind.JsonNode node) |
public Set<SettingValue<?>> decode(com.fasterxml.jackson.databind.JsonNode node)
public SettingValue<?> decode(String key, com.fasterxml.jackson.databind.JsonNode node)
protected SettingValue<?> createSettingValue(String key, com.fasterxml.jackson.databind.JsonNode node)
protected Object decodeValue(SettingType type, com.fasterxml.jackson.databind.JsonNode node)
protected MultilingualString decodeMultilingualString(com.fasterxml.jackson.databind.JsonNode json)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.