public final class DatabaseInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseInformation.AbstractStringConverter<T> |
static interface |
DatabaseInformation.StringConverter<T> |
| Constructor and Description |
|---|
DatabaseInformation(Map<String,String> meta) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(String key,
DatabaseInformation.StringConverter<T> converter) |
<T> T |
get(String key,
DatabaseInformation.StringConverter<T> converter,
T defaultValue) |
int |
getInt(String key) |
int |
getInt(String key,
int defaultValue) |
String |
getString(String key) |
String |
getString(String key,
String defaultValue) |
boolean |
isEmpty() |
public <T> T get(String key, DatabaseInformation.StringConverter<T> converter)
public <T> T get(String key, DatabaseInformation.StringConverter<T> converter, T defaultValue)
public int getInt(String key)
public int getInt(String key, int defaultValue)
public boolean isEmpty()
Copyright © 2018 Atlassian. All rights reserved.