Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add RestInterceptorRegistry to manage RestInterceptor registrat…
…ion - #1 - RestInterceptorRegistry allows registration and configuration of multiple RestInterceptor instances. - Provides addInterceptor() method to register RestInterceptor and its associated RestfulPattern mappings. - Supports ordering of interceptors through order configuration. - build method applies all registered interceptors to the InterceptorRegistry. - Facilitates cleaner configuration of interceptors with path patterns and order management. **NOTE**: The `build` method must be called after all interceptors are registered to apply the configurations correctly. This behavior will be refactored in a future update to avoid manual `build` invocation.
- Loading branch information