Index

C D F G I J M O P S V X Y 
All Classes and Interfaces|All Packages

C

collectionPropertyNameToPropertyName(String) - Static method in class org.spdx.jacksonstore.MultiFormatStore
 
COMPACT - Enum constant in enum org.spdx.jacksonstore.MultiFormatStore.Verbose
 
compare(String, String) - Method in class org.spdx.jacksonstore.PropertyComparator
 

D

deSerialize(InputStream, boolean) - Method in class org.spdx.jacksonstore.MultiFormatStore
 
docToJsonNode(String) - Method in class org.spdx.jacksonstore.JacksonSerializer
 

F

FULL - Enum constant in enum org.spdx.jacksonstore.MultiFormatStore.Verbose
 

G

getFormat() - Method in class org.spdx.jacksonstore.MultiFormatStore
 
getInstance() - Static method in class org.spdx.jacksonstore.SpdxJsonLDContext
 
getType(String) - Method in class org.spdx.jacksonstore.SpdxJsonLDContext
 
getVerbose() - Method in class org.spdx.jacksonstore.MultiFormatStore
 

I

isList(String) - Method in class org.spdx.jacksonstore.SpdxJsonLDContext
 

J

JacksonDeSerializer - Class in org.spdx.jacksonstore
Converts a Jackson node for a document to a stored document in a model store
JacksonDeSerializer(IModelStore, MultiFormatStore.Format) - Constructor for class org.spdx.jacksonstore.JacksonDeSerializer
 
JacksonSerializer - Class in org.spdx.jacksonstore
Serializer for a model store to convert the document model object into a JsonNode the method docToJsonNode(String documentUri) will generate the JSON node
JacksonSerializer(ObjectMapper, MultiFormatStore.Format, MultiFormatStore.Verbose, IModelStore) - Constructor for class org.spdx.jacksonstore.JacksonSerializer
 
JSON - Enum constant in enum org.spdx.jacksonstore.MultiFormatStore.Format
 
JSON_PRETTY - Enum constant in enum org.spdx.jacksonstore.MultiFormatStore.Format
 

M

MultiFormatStore - Class in org.spdx.jacksonstore
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(IModelStore, MultiFormatStore.Format) - Constructor for class org.spdx.jacksonstore.MultiFormatStore
Default compact version of MultiFormatStore
MultiFormatStore(IModelStore, MultiFormatStore.Format, MultiFormatStore.Verbose) - Constructor for class org.spdx.jacksonstore.MultiFormatStore
 
MultiFormatStore.Format - Enum in org.spdx.jacksonstore
 
MultiFormatStore.Verbose - Enum in org.spdx.jacksonstore
 

O

org.spdx.jacksonstore - package org.spdx.jacksonstore
 

P

PropertyComparator - Class in org.spdx.jacksonstore
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
PropertyComparator(String) - Constructor for class org.spdx.jacksonstore.PropertyComparator
 
propertyNameToCollectionPropertyName(String) - Static method in class org.spdx.jacksonstore.MultiFormatStore
 

S

serialize(String, OutputStream) - Method in class org.spdx.jacksonstore.MultiFormatStore
 
setFormat(MultiFormatStore.Format) - Method in class org.spdx.jacksonstore.MultiFormatStore
 
setVerbose(MultiFormatStore.Verbose) - Method in class org.spdx.jacksonstore.MultiFormatStore
 
SpdxJsonLDContext - Class in org.spdx.jacksonstore
Singleton class which manages access to the JSON-LD context for SPDX
STANDARD - Enum constant in enum org.spdx.jacksonstore.MultiFormatStore.Verbose
 
storeDocument(String, JsonNode) - Method in class org.spdx.jacksonstore.JacksonDeSerializer
Stores an SPDX document converted from the JsonNode doc

V

valueOf(String) - Static method in enum org.spdx.jacksonstore.MultiFormatStore.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spdx.jacksonstore.MultiFormatStore.Verbose
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.spdx.jacksonstore.MultiFormatStore.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spdx.jacksonstore.MultiFormatStore.Verbose
Returns an array containing the constants of this enum type, in the order they are declared.

X

XML - Enum constant in enum org.spdx.jacksonstore.MultiFormatStore.Format
 
XMLSCHEMA_TYPE_TO_JAVA_CLASS - Static variable in class org.spdx.jacksonstore.SpdxJsonLDContext
Maps XML Schema primitive types to Java classes supported by the SPDX stores.

Y

YAML - Enum constant in enum org.spdx.jacksonstore.MultiFormatStore.Format
 
C D F G I J M O P S V X Y 
All Classes and Interfaces|All Packages