Package-level declarations
Types
Abstract base class for filter chains that delegates to a current filter and a next chain.
Base handler that delegates processing to chain and failures to errorHandler.
An empty filter chain that performs no operations.
Interface for accessing and managing error information in a context.
Functional interface for handling contexts in error situations.
Interface for orchestrating a chain of filters to process a context.
Class for building filter chains, used to flexibly combine multiple filters.
Functional interface for determining whether to apply a filter condition.
Annotation to mark the type of filter.
Implementation of ErrorHandler interface for logging error information.
Implementation of ErrorHandler interface for logging error information and continuing execution.
A simple implementation of AbstractFilterChain.
Class that executes filter conditions based on filter type.