Class FindBugsFilter


  • public class FindBugsFilter
    extends java.lang.Object

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{}Matcher" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> matcher  
    • Constructor Summary

      Constructors 
      Constructor Description
      FindBugsFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> getMatcher()
      Gets the value of the matcher property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait