You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@olingo.apache.org by "Naser, Moneer" <mo...@sap.com> on 2015/12/27 16:34:46 UTC

generic building of schema

Hi,
I'm using Olingo V4 to expose our REST services with ODATA.
I'm trying to make schema building automatic by converting the POJOs of REST to CsdlEntityType, and avoiding hardcoding the schema manually.
I wonder if there is some annotation based solution to achieve this out of the box, so I can switch from my reflection based solution.

Thanks,
Moneer