Package org.codehaus.mojo.jaxb2.shared.filters
-
Interface Summary Interface Description Filter<T> Generic Filter specification, whose implementations define if candidate objects should be accepted or not. -
Class Summary Class Description AbstractFilter<T> Abstract Filter implementation which handles separatingnull
candidate values from non-null ones, and delegates processing to concrete subclass implementations.Filters Algorithm definitions for common operations using Filters.