java.lang.Object
de.codecentric.boot.admin.server.ui.web.HomepageForwardingMatcher<T>
- All Implemented Interfaces:
Predicate<T>
public class HomepageForwardingMatcher<T>
extends Object
implements Predicate<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HomepageForwardingMatcher
-
Method Details
-
test
public boolean test(T request)
- Specified by:
test in interface Predicate<T>