Uses of Enum Class
org.cyclonedx.Version
Packages that use Version
Package
Description
-
Uses of Version in org.cyclonedx
Subclasses with type arguments of type Version in org.cyclonedxFields in org.cyclonedx declared as VersionFields in org.cyclonedx with type parameters of type VersionMethods in org.cyclonedx that return VersionModifier and TypeMethodDescriptionstatic VersionVersion.fromVersionString(String versionString) Returns the version based on the given version string.static VersionReturns the enum constant of this class with the specified name.static Version[]Version.values()Returns an array containing the constants of this enum class, 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.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.BomUtils.calculateHashes(File file, Version schemaVersion, List<Hash.Algorithm> algorithms) Calculates the hashes of the specified file using only the specified algorithms. -
Uses of Version in org.cyclonedx.util.introspector
Constructors in org.cyclonedx.util.introspector with parameters of type VersionModifierConstructorDescriptionVersionJsonAnnotationIntrospector(Version version) VersionXmlAnnotationIntrospector(Version version) -
Uses of Version in org.cyclonedx.util.serializer
Methods in org.cyclonedx.util.serializer with parameters of type VersionModifier and TypeMethodDescriptionstatic booleanSerializerUtils.shouldSerializeField(Object obj, Version version, String fieldName) Constructors in org.cyclonedx.util.serializer with parameters of type VersionModifierConstructorDescriptionAuthorsBeanSerializerModifier(Version version) CustomSerializerModifier(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) VulnerabilitySerializer(boolean isXml, Version version) VulnerabilitySerializer(Class<Vulnerability> t, boolean isXml, Version version)