Uses of Interface
org.cyclonedx.parsers.Parser
-
Packages that use Parser Package Description org.cyclonedx.parsers -
-
Uses of Parser in org.cyclonedx.parsers
Classes in org.cyclonedx.parsers that implement Parser Modifier and Type Class Description classJsonParserJsonParser is responsible for validating and parsing CycloneDX bill-of-material JSON documents and returning aBomobject.classXmlParserXmlParser is responsible for validating and parsing CycloneDX bill-of-material XML documents and returning aBomobject.Methods in org.cyclonedx.parsers that return Parser Modifier and Type Method Description static ParserBomParserFactory. createParser(byte[] bytes)static ParserBomParserFactory. createParser(java.io.File file)
-