Class FilterPredicate

  • All Implemented Interfaces:
    Predicate<String>

    public class FilterPredicate
    extends Object
    implements Predicate<String>
    A predicate which selects classes to process based on a filter.

    This filter will determine if the filter is active on instantiation, so should only be instantiated when it is ready to be used.

    Author:
    Pete Muir
    • Constructor Detail

      • FilterPredicate

        public FilterPredicate​(org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.Filter> filter,
                               org.jboss.weld.resources.spi.ResourceLoader resourceLoader)