AbstractTableFormat instead@Deprecated public interface IJsonTableFormat
Interface for JSON table format. All implementing classes should specify an instance variable which contains the JSON which should be operated on by the methods.
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getKeys()
Deprecated.
use
AbstractTableFormat instead |
Map<String,Collection<String>> |
getKeysAndValues()
Deprecated.
use
AbstractTableFormat instead |
List<String> |
getValues(String key)
Deprecated.
use
AbstractTableFormat instead |
@Deprecated Map<String,Collection<String>> getKeysAndValues()
AbstractTableFormat insteadExtracts the keys and their respective values from the JSON.
Map of all keys and their respective values@Deprecated List<String> getValues(String key)
AbstractTableFormat insteadExtracts the values for a key from the JSON.
key - the keyList of values@Deprecated List<String> getKeys()
AbstractTableFormat insteadExtracts the codes from the JSON.
List of keysCopyright © 2017. All rights reserved.