public class EntitySources
extends java.lang.Object
Utility classes for loading and working with entity sources.
| Constructor and Description |
|---|
EntitySources() |
| Modifier and Type | Method and Description |
|---|---|
static EntitySource |
fromJSON(com.fasterxml.jackson.databind.JsonNode object,
java.net.URI base)
Configure an entity source from JSON data.
|
public static EntitySource fromJSON(com.fasterxml.jackson.databind.JsonNode object, java.net.URI base)
Configure an entity source from JSON data.
object - The JSON data.base - The base URI.