Class NegatingTypeFilter

  • All Implemented Interfaces:
    org.springframework.core.type.filter.TypeFilter

    public class NegatingTypeFilter
    extends java.lang.Object
    implements org.springframework.core.type.filter.TypeFilter
    Since:
    2/1/18
    • Constructor Summary

      Constructors 
      Constructor Description
      NegatingTypeFilter​(org.springframework.core.type.filter.TypeFilter target)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(org.springframework.core.type.classreading.MetadataReader metadataReader, org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NegatingTypeFilter

        public NegatingTypeFilter​(org.springframework.core.type.filter.TypeFilter target)
    • Method Detail

      • match

        public boolean match​(org.springframework.core.type.classreading.MetadataReader metadataReader,
                             org.springframework.core.type.classreading.MetadataReaderFactory metadataReaderFactory)
                      throws java.io.IOException
        Specified by:
        match in interface org.springframework.core.type.filter.TypeFilter
        Throws:
        java.io.IOException