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 FilterPatternStyle | getPatternStyle() | 
| default boolean | hasMethods() | 
| default boolean | hasPatterns() | 
| static <FT extends HttpFilter> | of(FT filter,
  AnnotationMetadata annotationMetadata,
  java.util.Set<HttpMethod> methods,
  FilterPatternStyle patternStyle,
  java.lang.String... patterns)Creates a filter entry for the given arguments. | 
| 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, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared@NonNull java.util.Set<HttpMethod> getFilterMethods()
@NonNull java.lang.String[] getPatterns()
default FilterPatternStyle getPatternStyle()
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 patternsstatic <FT extends HttpFilter> HttpFilterResolver.FilterEntry<FT> of(@NonNull FT filter, @Nullable AnnotationMetadata annotationMetadata, @Nullable java.util.Set<HttpMethod> methods, @NonNull FilterPatternStyle patternStyle, java.lang.String... patterns)
FT - the filter typefilter - The filterannotationMetadata - The annotation metadatamethods - The methodspatternStyle - the pattern stylepatterns - The patterns