public class JsonLdUtils extends Object
| Constructor and Description |
|---|
JsonLdUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJsonLd(String json,
Class<T> clazz) |
static <T> T |
fromJsonLd(String json,
Class<T> clazz,
String topElement) |
static String |
toJsonLD(Object o) |
Copyright © 2019. All rights reserved.