Uses of Class
org.spdx.jacksonstore.MultiFormatStore.Format
-
Uses of MultiFormatStore.Format in org.spdx.jacksonstore
Methods in org.spdx.jacksonstore that return MultiFormatStore.Format Modifier and Type Method Description MultiFormatStore.FormatMultiFormatStore. getFormat()static MultiFormatStore.FormatMultiFormatStore.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiFormatStore.Format[]MultiFormatStore.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.jacksonstore with parameters of type MultiFormatStore.Format Modifier and Type Method Description voidMultiFormatStore. setFormat(MultiFormatStore.Format format)Constructors in org.spdx.jacksonstore with parameters of type MultiFormatStore.Format Constructor Description JacksonDeSerializer(org.spdx.storage.IModelStore store, MultiFormatStore.Format format)JacksonSerializer(com.fasterxml.jackson.databind.ObjectMapper mapper, MultiFormatStore.Format format, MultiFormatStore.Verbose verbose, org.spdx.storage.IModelStore store)MultiFormatStore(org.spdx.storage.IModelStore baseStore, MultiFormatStore.Format format)Default compact version of MultiFormatStoreMultiFormatStore(org.spdx.storage.IModelStore baseStore, MultiFormatStore.Format format, MultiFormatStore.Verbose verbose)