Class LaravelUi5\Core\Http\Middleware\ResolveODataEndpoint

final

Resolves the OData service for the current request and binds it to the container so downstream middleware (e.g. EnsureODataAuthenticated) can access it without re-resolving.

Service lookup is delegated to Ui5ODataServiceRegistry which bridges the artifact registry to ODataServiceRegistryInterface.

Methods