Uses of Enum Class
org.spdx.jacksonstore.MultiFormatStore.Verbose
-
Uses of MultiFormatStore.Verbose in org.spdx.jacksonstore
Methods in org.spdx.jacksonstore that return MultiFormatStore.VerboseModifier and TypeMethodDescriptionMultiFormatStore.getVerbose()
static MultiFormatStore.Verbose
Returns the enum constant of this class with the specified name.static MultiFormatStore.Verbose[]
MultiFormatStore.Verbose.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.VerboseModifier and TypeMethodDescriptionvoid
MultiFormatStore.setVerbose
(MultiFormatStore.Verbose verbose) Constructors in org.spdx.jacksonstore with parameters of type MultiFormatStore.VerboseModifierConstructorDescriptionJacksonSerializer
(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, MultiFormatStore.Verbose verbose)