public interface JsonUtils
| Modifier and Type | Method and Description |
|---|---|
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)
Copyright © 2018. All rights reserved.