public interface FilterPlugin<T> extends Prioritized
MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(T t,
FilterChain<T> filterChain) |
default void |
start(T t) |
compareTo, getPrioritydefault void start(T t)
void doFilter(T t, FilterChain<T> filterChain)
Copyright © 2023. All rights reserved.