[ https://issues.apache.org/jira/browse/OLINGO-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
evildracula updated OLINGO-1193: -------------------------------- Description: Hi, I'm now working on hiding attributes in olingo v2 while customization. Does olingo support some configuration or annotation to hide them? For example: {code} class TestClass { private String show; private String willNotShow; } The result will be similar to: {"d": { "__metadata": { "show" : "some value" } } {code} Thanks in advance! was: Hi, I'm now working on hiding attributes in olingo v2 while customization. Does olingo support some configuration or annotation to hide them? For example: class TestClass { private String show; private String willNotShow; } The result will be similar to: {"d": { "__metadata": { "show" : "some value" } Thanks in advance! > How to hide fields of OData Entity in Olingo V2 > ----------------------------------------------- > > Key: OLINGO-1193 > URL: https://issues.apache.org/jira/browse/OLINGO-1193 > Project: Olingo > Issue Type: Question > Reporter: evildracula > Priority: Minor > > Hi, > I'm now working on hiding attributes in olingo v2 while customization. > Does olingo support some configuration or annotation to hide them? > For example: > {code} > class TestClass { > private String show; > private String willNotShow; > } > The result will be similar to: > {"d": { > "__metadata": { > "show" : "some value" > } > } > {code} > Thanks in advance! -- This message was sent by Atlassian JIRA (v6.4.14#64029)