All Classes
| Class | Description |
|---|---|
| JacksonDeSerializer |
Converts a Jackson node for a document to a stored document in a model store
|
| JacksonSerializer |
Serializer for a model store to convert the document model object into a JsonNode
the method
docToJsonNode(String documentUri) will generate the JSON node |
| MultiFormatStore |
Model store that supports multiple serialization formats (JSON, XML, YAML)
Note that the serialization/deserlization methods are synchronized to prevent the format or verbose changing while serilizing
|
| MultiFormatStore.Format | |
| MultiFormatStore.Verbose | |
| PropertyComparator |
Comparator for property names for different SPDX class types
To change the order of properties, change the order in the arrays for the specific type
If a property or type isn't in the propertyOrderMap, the alphaNumeric comparison of property names will be used
|
| SpdxJsonLDContext |
Singleton class which manages access to the JSON-LD context for SPDX
|