public class EntitySources extends 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,
URI base)
Configure an entity source from JSON data.
|
public static EntitySource fromJSON(com.fasterxml.jackson.databind.JsonNode object, URI base)
Configure an entity source from JSON data.
object
- The JSON data.base
- The base URI.