I created an OData v4 EndPoint using OData-WebApi and ODataLib.
I want to add a new ODataUriResolver to the default ODataUriParser which the ODataWebApi is using.
I know how to add a custom ODataUriResolver to a new instacne of ODataUriParser but not to the instance which the server is using.
Is there a a place where I can add a new ODataUriResolver to the default ODataUriParser? Is there a place where I can create a new ODataUriParser of myself?
Thank you very much!