jaystack / odata-v4-server

With JayStack OData v4 Server you can build your own data endpoints without the hassle of implementing any protocol-level code. This framework binds OData v4 requests to your annotated controller functions, and compiles OData v4 compatible response. Clients can access services through OData-compliant HTTP requests. We recommend the JayData library for consuming OData v4 APIs.
https://jaystack.com/products/jaystack-odata-v4-server/
75 stars 55 forks source link

Controller class passed as this to controller function instead of controller instance #39

Open beradrian opened 5 years ago

beradrian commented 5 years ago

I have a controller method annotated with @odata.GET and, when invoked, this object is the controller class instead of the controller instance. Why?