F - The filter typepublic static interface HttpFilterResolver.FilterEntry<F> extends AnnotationMetadataProvider
EMPTY| Modifier and Type | Method and Description |
|---|---|
F |
getFilter() |
java.util.Set<HttpMethod> |
getFilterMethods() |
java.lang.String[] |
getPatterns() |
default boolean |
hasMethods() |
default boolean |
hasPatterns() |
static <FT extends HttpFilter> |
of(FT filter,
AnnotationMetadata annotationMetadata,
java.util.Set<HttpMethod> methods,
java.lang.String... patterns)
Creates a filter entry for the given arguments.
|
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypegetAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation@NonNull F getFilter()
@NonNull java.util.Set<HttpMethod> getFilterMethods()
@NonNull java.lang.String[] getPatterns()
default boolean hasMethods()
default boolean hasPatterns()
static <FT extends HttpFilter> HttpFilterResolver.FilterEntry<FT> of(@NonNull FT filter, @Nullable AnnotationMetadata annotationMetadata, @Nullable java.util.Set<HttpMethod> methods, java.lang.String... patterns)
FT - the filter typefilter - The filterannotationMetadata - The annotation metadatamethods - The methodspatterns - The patterns