Uses of Record Class
com.streamconverter.command.impl.analysis.PmdXmlToJsonCommand.PmdJsonSummary
Packages that use PmdXmlToJsonCommand.PmdJsonSummary
-
Uses of PmdXmlToJsonCommand.PmdJsonSummary in com.streamconverter.command.impl.analysis
Methods in com.streamconverter.command.impl.analysis that return PmdXmlToJsonCommand.PmdJsonSummaryModifier and TypeMethodDescriptionPmdXmlToJsonCommand.PmdJsonReport.summary()
Returns the value of thesummary
record component.Constructors in com.streamconverter.command.impl.analysis with parameters of type PmdXmlToJsonCommand.PmdJsonSummaryModifierConstructorDescriptionPmdJsonReport
(PmdXmlToJsonCommand.PmdJsonSummary summary, List<PmdXmlToMarkdownCommand.PmdViolation> violations) Creates an instance of aPmdJsonReport
record class.