C F I J S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- cleanJsonData(String) - Method in class io.atlasmap.json.service.JsonService
-
Trims the String.
F
- fromJson(InputStream, Class<T>) - Method in class io.atlasmap.json.service.JsonService
-
Deserializes from a JSON.
I
- inspect(InputStream) - Method in class io.atlasmap.json.service.JsonService
-
Inspect a JSON schema or instance and return a Document object.
- io.atlasmap.json.service - package io.atlasmap.json.service
J
- JsonService - Class in io.atlasmap.json.service
-
The JSON Service provides JSON inspection service which generate an AtlasMap Document object from JSON instance or JSON schema.
- JsonService() - Constructor for class io.atlasmap.json.service.JsonService
S
- simpleHelloWorld(String) - Method in class io.atlasmap.json.service.JsonService
-
Simple hello service.
T
- toJson(Object) - Method in class io.atlasmap.json.service.JsonService
-
Serializes to a JSON.
V
- validJsonData(String) - Method in class io.atlasmap.json.service.JsonService
-
Gets if the JSON data is valid.
All Classes All Packages