public interface JsonUtils
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
getInputStream(String resourceLocation) |
static <T> Set<T> |
loadJsonToSet(String resourceLocation,
java.util.function.Function<javax.json.JsonObject,T> mapper) |
static <T> Set<T> loadJsonToSet(String resourceLocation, java.util.function.Function<javax.json.JsonObject,T> mapper)
static InputStream getInputStream(String resourceLocation) throws IOException
IOExceptionCopyright © 2019. All rights reserved.