Class PredicateToPredicateConverter<T>

java.lang.Object
net.shibboleth.ext.spring.config.PredicateToPredicateConverter<T>
Type Parameters:
T - input type
All Implemented Interfaces:
Converter<Predicate<T>,Predicate<T>>

public class PredicateToPredicateConverter<T> extends Object implements Converter<Predicate<T>,Predicate<T>>
Auto-converts standard Java predicates to Guava's version for legacy compatibility.