Uses of Class
org.spdx.jacksonstore.MultiFormatStore.Verbose
-
Uses of MultiFormatStore.Verbose in org.spdx.jacksonstore
Methods in org.spdx.jacksonstore that return MultiFormatStore.Verbose Modifier and Type Method Description MultiFormatStore.VerboseMultiFormatStore. getVerbose()static MultiFormatStore.VerboseMultiFormatStore.Verbose. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiFormatStore.Verbose[]MultiFormatStore.Verbose. 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.Verbose Modifier and Type Method Description voidMultiFormatStore. setVerbose(MultiFormatStore.Verbose verbose)Constructors in org.spdx.jacksonstore with parameters of type MultiFormatStore.Verbose Constructor Description 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, MultiFormatStore.Verbose verbose)