| Package | Description |
|---|---|
| jsondiscoverer |
Main classes for the JSON discoverer.
|
| jsondiscoverer.web |
Servlets for the JSON discoverer website.
|
| Modifier and Type | Field and Description |
|---|---|
private JsonSourceSet |
JsonAdvancedDiscoverer.sourceSet
The set of JsonSources to use in the discovery process
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<JsonSourceSet> |
JsonComposer.sourceSets
The set of
JsonSourceSets to use in the discovery process |
| Constructor and Description |
|---|
JsonAdvancedDiscoverer(JsonSourceSet sourceSet)
Constructs a new
JsonAdvancedDiscoverer with a set of JsonSourceSet elements |
| Constructor and Description |
|---|
JsonComposer(java.util.List<JsonSourceSet> sourceSets)
Constructs a new
JsonComposer with a list of JsonSourceSets |
| Modifier and Type | Method and Description |
|---|---|
protected JsonSourceSet |
JsonAdvancedDiscovererServlet.digestSources(javax.servlet.http.HttpServletRequest request)
Digest the parameters of the request according to the pattern defined in
JsonAdvancedDiscovererServlet.paramsPattern |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<JsonSourceSet> |
JsonComposerServlet.digestSources(javax.servlet.http.HttpServletRequest request)
Digest the received sources according to the pattern
|