Package | Description |
---|---|
org.cyclonedx.parsers |
Modifier and Type | Class and Description |
---|---|
class |
JsonParser
JsonParser is responsible for validating and parsing CycloneDX bill-of-material
JSON documents and returning a
Bom object. |
class |
XmlParser
XmlParser is responsible for validating and parsing CycloneDX bill-of-material
XML documents and returning a
Bom object. |
Modifier and Type | Method and Description |
---|---|
static Parser |
BomParserFactory.createParser(byte[] bytes) |
static Parser |
BomParserFactory.createParser(File file) |
Copyright © 2017–2025 OWASP Foundation. All rights reserved.