Uses of Enum Class
org.spdx.jacksonstore.MultiFormatStore.Format
-
Uses of MultiFormatStore.Format in org.spdx.jacksonstore
Methods in org.spdx.jacksonstore that return MultiFormatStore.FormatModifier and TypeMethodDescriptionMultiFormatStore.getFormat()static MultiFormatStore.FormatReturns the enum constant of this class with the specified name.static MultiFormatStore.Format[]MultiFormatStore.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.spdx.jacksonstore with parameters of type MultiFormatStore.FormatModifier and TypeMethodDescriptionvoidMultiFormatStore.setFormat(MultiFormatStore.Format format) Constructors in org.spdx.jacksonstore with parameters of type MultiFormatStore.FormatModifierConstructorDescriptionJacksonDeSerializer(org.spdx.storage.IModelStore store, org.spdx.core.IModelCopyManager modelCopyManager, MultiFormatStore.Format format) 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)