Uses of Interface
org.cyclonedx.parsers.Parser
Packages that use Parser
-
Uses of Parser in org.cyclonedx.parsers
Classes in org.cyclonedx.parsers that implement ParserModifier and TypeClassDescriptionclassJsonParser is responsible for validating and parsing CycloneDX bill-of-material JSON documents and returning aBomobject.classXmlParser is responsible for validating and parsing CycloneDX bill-of-material XML documents and returning aBomobject.Methods in org.cyclonedx.parsers that return ParserModifier and TypeMethodDescriptionstatic ParserBomParserFactory.createParser(byte[] bytes) static ParserBomParserFactory.createParser(File file)