public class DumperOptions extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
PACKAGE_NAME |
| Constructor and Description |
|---|
DumperOptions(DumperKind kind) |
DumperOptions(String kind) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKind()
Return the kind
DumperKind of the dumper to use. |
String |
getPackageName() |
void |
setPackageName(String packageName) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic static final String PACKAGE_NAME
public DumperOptions(DumperKind kind)
public DumperOptions(String kind)
public String getPackageName()
public void setPackageName(String packageName)
public String getKind()
DumperKind of the dumper to use.Copyright © 2015. All Rights Reserved.