Class InvertingPackageScanFilter

  • All Implemented Interfaces:
    org.apache.camel.spi.PackageScanFilter

    public class InvertingPackageScanFilter
    extends Object
    implements org.apache.camel.spi.PackageScanFilter
    Package scan filter for inverting the match result of a subfilter. If the subfilter would match and return true this filter will invert that match and return false.
    • Constructor Detail

      • InvertingPackageScanFilter

        public InvertingPackageScanFilter​(org.apache.camel.spi.PackageScanFilter filter)
    • Method Detail

      • matches

        public boolean matches​(Class<?> type)
        Specified by:
        matches in interface org.apache.camel.spi.PackageScanFilter