Uses of Class
de.chkal.maven.gitlab.codequality.spotbugs.MatcherType
-
Packages that use MatcherType Package Description de.chkal.maven.gitlab.codequality.spotbugs -
-
Uses of MatcherType in de.chkal.maven.gitlab.codequality.spotbugs
Subclasses of MatcherType in de.chkal.maven.gitlab.codequality.spotbugs Modifier and Type Class Description classAndMatcherTypeJava class for AndMatcherType complex type.classBugCodeMatcherTypeJava class for BugCodeMatcherType complex type.classBugMatcherTypeJava class for BugMatcherType complex type.classBugPatternMatcherTypeJava class for BugPatternMatcherType complex type.classClassMatcherTypeJava class for ClassMatcherType complex type.classDesignationMatcherTypeJava class for DesignationMatcherType complex type.classFieldMatcherTypeJava class for FieldMatcherType complex type.classFirstVersionMatcherTypeJava class for FirstVersionMatcherType complex type.classLastVersionMatcherTypeJava class for LastVersionMatcherType complex type.classLocalMatcherTypeJava class for LocalMatcherType complex type.classMatchMatcherTypeJava class for MatchMatcherType complex type.classMethodMatcherTypeJava class for MethodMatcherType complex type.classNotMatcherTypeJava class for NotMatcherType complex type.classOrMatcherTypeJava class for OrMatcherType complex type.classPackageMatcherTypeJava class for PackageMatcherType complex type.classPriorityMatcherTypeJava class for PriorityMatcherType complex type.classRankMatcherTypeJava class for RankMatcherType complex type.classTypeMatcherTypeJava class for TypeMatcherType complex type.Fields in de.chkal.maven.gitlab.codequality.spotbugs with type parameters of type MatcherType Modifier and Type Field Description protected List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>AndMatcherType. matcherprotected List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>BugCollection.Project.SuppressionFilter. matcherprotected List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>FindBugsFilter. matcherprotected List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>MatchMatcherType. matcherprotected jakarta.xml.bind.JAXBElement<? extends MatcherType>NotMatcherType. matcherprotected List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>OrMatcherType. matcherMethods in de.chkal.maven.gitlab.codequality.spotbugs that return types with arguments of type MatcherType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MatcherType>ObjectFactory. createMatcher(MatcherType value)List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>AndMatcherType. getMatcher()Gets the value of the matcher property.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>BugCollection.Project.SuppressionFilter. getMatcher()Gets the value of the matcher property.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>FindBugsFilter. getMatcher()Gets the value of the matcher property.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>MatchMatcherType. getMatcher()Gets the value of the matcher property.jakarta.xml.bind.JAXBElement<? extends MatcherType>NotMatcherType. getMatcher()Gets the value of the matcher property.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>OrMatcherType. getMatcher()Gets the value of the matcher property.Methods in de.chkal.maven.gitlab.codequality.spotbugs with parameters of type MatcherType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<MatcherType>ObjectFactory. createMatcher(MatcherType value)Method parameters in de.chkal.maven.gitlab.codequality.spotbugs with type arguments of type MatcherType Modifier and Type Method Description voidNotMatcherType. setMatcher(jakarta.xml.bind.JAXBElement<? extends MatcherType> value)Sets the value of the matcher property.
-