Skip to content

Add TriplesReadHandle/TriplesWriteHandle to JSONReadHandle/JSONWriteHandle and XMLReadHandle/XMLWriteHandle #358

@sammefford

Description

@sammefford

We had no way to use important handles like JacksonHandle and DOMHandle with GraphManager.read/write/merge or SPARQLQueryManager.executeDescribe/executeConstruct. This is because those all require TriplesReadHandle or TriplesWriteHandle, marker interfaces we failed to associate with JacksonHandle and DOMHandle. This fix is to add TriplesReadHandle to JSONReadHandle and XMLReadHandle. Similarly, to add TriplesWriteHandle to JSONWriteHandle and XMLWriteHandle. That way any JSON or XML handle will work with any method that requires TriplesReadHandle or TriplesWriteHandle.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions