Package org.spdx.jacksonstore


package org.spdx.jacksonstore
  • Class
    Description
    Converts a Jackson node for a document to a stored document in a model store
    Serializer for a model store to convert the document model object into a JsonNode the method docToJsonNode(String documentUri) will generate the JSON node
    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
     
     
    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
    Singleton class which manages access to the JSON-LD context for SPDX