public class ExporterConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ElaborationType |
elaboration |
static String |
ELABORATION_PROPERTY_NAME |
protected Map<String,org.gcube.com.fasterxml.jackson.databind.JsonNode> |
properties |
| Constructor and Description |
|---|
ExporterConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
org.gcube.com.fasterxml.jackson.databind.JsonNode value) |
ElaborationType |
getElaboration() |
Map<String,org.gcube.com.fasterxml.jackson.databind.JsonNode> |
getProperties() |
org.gcube.com.fasterxml.jackson.databind.JsonNode |
getProperty(String key) |
public static final String ELABORATION_PROPERTY_NAME
protected ElaborationType elaboration
public ElaborationType getElaboration()
public void addProperty(String key, org.gcube.com.fasterxml.jackson.databind.JsonNode value)
public org.gcube.com.fasterxml.jackson.databind.JsonNode getProperty(String key)
Copyright © 2023. All Rights Reserved.