-
Methods in dev.javatools.maputils with parameters of type Format
| Modifier and Type |
Method |
Description |
static java.util.Map |
MapCreator.create(java.io.File input,
Format format) |
Convert json string that is in the file into a Map.
|
static java.util.Map |
MapCreator.create(java.lang.String input,
Format format) |
Create a Map from json String
|
-
Methods in dev.javatools.maputils.helpers that return Format
| Modifier and Type |
Method |
Description |
static Format |
Format.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|