sap-cloud-sdk

OData generator - change name of specific entities


Is it possible to change the names of individual entities with the OData generator (maven client)?

I'm not sure how exactly the naming strategy works, but apparently the label is included and and the names of the classes become very messy. Mixed with german umlauts (ViewFürConditonContract.java). I also tried SimpleNamingStrategy, but similar thing happens here.


Solution

  • I think there are a few options to deal with this (other than just ignoring it):

    You can refer to the documentation for more details on the parameters and programatic usage of the generator.