Re: [jackson-user] How to use type name as element name

2017-03-21 Thread Tatu Saloranta
On Tue, Mar 21, 2017 at 12:16 AM, Zsolt Balanyi wrote: > Hi! > > That was one of my first attempts :) > > > > > > > > > > > > > > > The question is how could I ommit the uiElement nodes? itself matches property `uiElement` so that c

Re: [jackson-user] Re: How to access default serializer when writing custom serialiser

2017-03-21 Thread Zsolt Balanyi
http://stackoverflow.com/questions/31056215/how-to-access-default-jackson-serialization-in-a-custom-serializer 2017. március 21., kedd 9:16:17 UTC+1 időpontban Zsolt Balanyi a következőt írta: > > This article points out exactly the fact, that the usage of > BeanSerializerModifier makes in unnec

Re: [jackson-user] Re: How to access default serializer when writing custom serialiser

2017-03-21 Thread Zsolt Balanyi
This article points out exactly the fact, that the usage of BeanSerializerModifier makes in unnecessary to use the annotation! So I would happily contribute to make the @JsonSerialize smarter. :) BR, Zsolt 2017. március 21., kedd 8:25:51 UTC+1 időpontban Zsolt Balanyi a következőt írta: > > Hi!

Re: [jackson-user] Re: How to access default serializer when writing custom serialiser

2017-03-21 Thread Zsolt Balanyi
Hi! This is exactly what I was wondering... if there is a way to automate the default serializer injection, when the custom serializer gets detected. I am also willing to contribute to the code, if I am provided some guidance. BR, Zsolt 2017. március 20., hétfő 21:24:27 UTC+1 időpontban Tatu Sa

Re: [jackson-user] How to use type name as element name

2017-03-21 Thread Zsolt Balanyi
Hi! That was one of my first attempts :) The question is how could I ommit the uiElement nodes? BR, Zsolt 2017. március 20., hétfő 20:16:38 UTC+1 időpontban Tatu Saloranta a következőt írta: > > Have you tried choice of `JsonType