Uses of Enum
org.cyclonedx.Version
Packages that use Version
Package
Description
-
Uses of Version in org.cyclonedx
Fields in org.cyclonedx declared as VersionFields in org.cyclonedx with type parameters of type VersionMethods in org.cyclonedx that return VersionModifier and TypeMethodDescriptionstatic VersionReturns the enum constant of this type with the specified name.static Version[]Version.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx with parameters of type VersionModifier and TypeMethodDescriptioncom.networknt.schema.JsonSchemaCycloneDxSchema.getJsonSchema(Version schemaVersion, com.fasterxml.jackson.databind.ObjectMapper mapper) Returns the CycloneDX JsonSchema for the specified schema version.private InputStreamCycloneDxSchema.getJsonSchemaAsStream(Version schemaVersion) CycloneDxSchema.getXmlSchema(Version schemaVersion) Returns the CycloneDX XML Schema for the specified schema version. -
Uses of Version in org.cyclonedx.generators
Fields in org.cyclonedx.generators declared as VersionMethods in org.cyclonedx.generators that return VersionModifier and TypeMethodDescriptionAbstractBomGenerator.getSchemaVersion()Returns the version of the CycloneDX schema used by this instanceMethods in org.cyclonedx.generators with parameters of type VersionModifier and TypeMethodDescriptionstatic AbstractBomGeneratorstatic BomJsonGeneratorBomGeneratorFactory.createJson(Version version, Bom bom) static BomXmlGeneratorConstructors in org.cyclonedx.generators with parameters of type Version -
Uses of Version in org.cyclonedx.generators.json
Constructors in org.cyclonedx.generators.json with parameters of type VersionModifierConstructorDescriptionBomJsonGenerator(Bom bom, Version version) Constructs a new BomGenerator object. -
Uses of Version in org.cyclonedx.generators.xml
Constructors in org.cyclonedx.generators.xml with parameters of type VersionModifierConstructorDescriptionBomXmlGenerator(Bom bom, Version version) Constructs a new BomXmlGenerator object. -
Uses of Version in org.cyclonedx.parsers
Methods in org.cyclonedx.parsers with parameters of type VersionModifier and TypeMethodDescriptionbooleanVerifies a CycloneDX BOM conforms to the specified specification version.booleanVerifies a CycloneDX BOM conforms to the specified specification version.booleanJsonParser.isValid(InputStream inputStream, Version schemaVersion) Verifies a CycloneDX BOM conforms to the specified specification version.booleanVerifies a CycloneDX BOM conforms to the specified specification version.booleanVerifies a CycloneDX BOM conforms to the specified specification version.booleanVerifies a CycloneDX BOM conforms to the specified specification version.booleanParser.isValid(InputStream inputStream, Version schemaVersion) Verifies a CycloneDX BOM conforms to the specified specification version.booleanVerifies a CycloneDX BOM conforms to the specified specification version.booleanVerifies a CycloneDX BOM conforms to the specified specification version.booleanVerifies a CycloneDX BOM conforms to the specified specification version.booleanXmlParser.isValid(InputStream inputStream, Version schemaVersion) Verifies a CycloneDX BOM conforms to the specified specification version.booleanVerifies a CycloneDX BOM conforms to the specified specification version.Validates a CycloneDX BOM conforms to a specific specification version.Verifies a CycloneDX BOM conforms to the specification through JSON validation.Validates a CycloneDX BOM conforms to a specific specification version.JsonParser.validate(InputStream inputStream, Version schemaVersion) Validates a CycloneDX BOM conforms to a specific specification version.Validates a CycloneDX BOM conforms to a specific specification version.Verifies a CycloneDX BOM conforms to the specification through JSON validation.Validates a CycloneDX BOM conforms to a specific specification version.Validates a CycloneDX BOM conforms to a specific specification version.Parser.validate(InputStream inputStream, Version schemaVersion) Validates a CycloneDX BOM conforms to a specific specification version.Validates a CycloneDX BOM conforms to a specific specification version.Validates a CycloneDX BOM conforms to a specific specification version.Validates a CycloneDX BOM conforms to a specific specification version.XmlParser.validate(InputStream inputStream, Version schemaVersion) Validates a CycloneDX BOM conforms to a specific specification version.Validates a CycloneDX BOM conforms to a specific specification version. -
Uses of Version in org.cyclonedx.util
Methods in org.cyclonedx.util with parameters of type VersionModifier and TypeMethodDescriptionBomUtils.calculateHashes(File file, Version schemaVersion) Calculates the hashes of the specified file. -
Uses of Version in org.cyclonedx.util.introspector
Fields in org.cyclonedx.util.introspector declared as VersionModifier and TypeFieldDescriptionprivate final VersionVersionJsonAnnotationIntrospector.versionprivate final VersionVersionXmlAnnotationIntrospector.versionConstructors in org.cyclonedx.util.introspector with parameters of type VersionModifierConstructorDescriptionVersionJsonAnnotationIntrospector(Version version) VersionXmlAnnotationIntrospector(Version version) -
Uses of Version in org.cyclonedx.util.serializer
Fields in org.cyclonedx.util.serializer declared as VersionModifier and TypeFieldDescriptionprivate final VersionCustomSerializerModifier.versionprivate final VersionEvidenceSerializer.versionprivate final VersionExternalReferenceSerializer.versionprivate final VersionHashSerializer.versionprivate final VersionLicenseChoiceSerializer.versionprivate final VersionMetadataSerializer.versionMethods in org.cyclonedx.util.serializer with parameters of type VersionModifier and TypeMethodDescriptionprivate booleanCustomSerializerModifier.shouldSerializeProperties(Version version) Constructors in org.cyclonedx.util.serializer with parameters of type VersionModifierConstructorDescriptionCustomSerializerModifier(boolean isXml, Version version) EvidenceSerializer(boolean isXml, Version version) EvidenceSerializer(Class<Evidence> t, boolean isXml, Version version) ExternalReferenceSerializer(Class<ExternalReference> t, Version version) ExternalReferenceSerializer(Version version) HashSerializer(Class<Hash> t, Version version) HashSerializer(Version version) LicenseChoiceSerializer(boolean isXml, Version version) LicenseChoiceSerializer(Class<LicenseChoice> t, boolean isXml, Version version) MetadataSerializer(boolean isXml, Version version) MetadataSerializer(Class<Metadata> t, boolean isXml, Version version)