Re: [jackson-user] How to get the overridden deserializable type (via BeanDescription)?

2018-03-09 Thread Tatu Saloranta
On Fri, Mar 9, 2018 at 1:27 PM, Bojan Tomic wrote: > I'm building a framework type of thing and ultimately just needed a boolean > saying "Jackson can handle it" or not. > But I get that it's not really the intended usage. Ah. The bigger problem really is that even if you

Re: [jackson-user] How to distinguish missing fields from null when using property-based JsonCreator?

2018-03-09 Thread Tatu Saloranta
On Wed, Mar 7, 2018 at 7:42 AM, wrote: > > > On Wednesday, 7 March 2018 04:28:09 UTC, Tatu Saloranta wrote: >> >> On Tue, Mar 6, 2018 at 7:08 PM, wrote: >> > Thanks, Tatu. Is there any existing discussion around introducing this >> > as a >> > feature?

Re: [jackson-user] How to get the overridden deserializable type (via BeanDescription)?

2018-03-09 Thread Tatu Saloranta
On Fri, Mar 9, 2018 at 2:30 AM, Bojan Tomic wrote: > > On Friday, March 9, 2018 at 5:35:49 AM UTC+1, Tatu Saloranta wrote: >> >> >> Logical type of the property is not modified at introspection; type >> refinement only occurs when actually looking >> for serializer /