Uses of Class
io.atlasmap.json.v2.JsonDocument
Packages that use JsonDocument
-
Uses of JsonDocument in io.atlasmap.json.inspect
Methods in io.atlasmap.json.inspect that return JsonDocumentModifier and TypeMethodDescriptionJsonInspectionService.inspectJsonDocument
(String sourceDocument) JsonInspectionService.inspectJsonSchema
(String jsonSchema) -
Uses of JsonDocument in io.atlasmap.json.v2
Fields in io.atlasmap.json.v2 declared as JsonDocumentMethods in io.atlasmap.json.v2 that return JsonDocumentModifier and TypeMethodDescriptionstatic JsonDocument
AtlasJsonModelFactory.createJsonDocument()
JsonInspectionResponse.getJsonDocument()
Gets the value of the jsonDocument property.Methods in io.atlasmap.json.v2 with parameters of type JsonDocumentModifier and TypeMethodDescriptionvoid
JsonInspectionResponse.setJsonDocument
(JsonDocument value) Sets the value of the jsonDocument property.