Package | Description |
---|---|
org.javasimon.console.html |
HTML generation helper classes.
|
org.javasimon.console.json |
Simplified JSON serializer used for Ajax communication and the REST API
|
Modifier and Type | Method and Description |
---|---|
static ArrayJS |
HtmlResource.toJson(Iterable<HtmlResource> resources,
StringifierFactory jsonStringifierFactory) |
Modifier and Type | Method and Description |
---|---|
static ArrayJS |
ArrayJS.create(Collection<?> objects,
StringifierFactory stringifierFactory)
Create an JSON Array of JSON objects from a collection of Java Objects.
|
static ArrayJS |
ArrayJS.create(Object[] objects,
StringifierFactory stringifierFactory)
Create an JSON Array of JSON objects from a collection of Java Objects.
|
Copyright © 2019. All rights reserved.