E - The sub-interface extending IJsonBindingsBackedpublic class Loader<E> extends Object
| Constructor and Description |
|---|
Loader() |
| Modifier and Type | Method and Description |
|---|---|
E |
fromJson(String jsonText) |
E |
fromJsonFile(File file) |
E |
fromJsonUrl(String url) |
E |
fromJsonUrl(URL url) |
E |
fromYaml(String yamlText) |
E |
fromYamlFile(File file) |
E |
fromYamlUrl(String url) |
E |
fromYamlUrl(URL url) |
Copyright © 2019. All rights reserved.