Package org.spdx.jacksonstore
package org.spdx.jacksonstore
-
ClassDescriptionConverts a Jackson node for a document to a stored document in a model storeSerializer for a model store to convert the document model object into a JsonNode the method
docToJsonNode(String documentUri)will generate the JSON nodeModel 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 serilizingComparator 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 usedSingleton class which manages access to the JSON-LD context for SPDX