I didn't find anything clear so I'd like we see what we want to do and then
open the ticket with a concrete proposal.

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le lun. 24 sept. 2018 à 19:59, Mark Struberg <[email protected]> a
écrit :

> Ouch. What does the JSONB spec team say to it?
> I'd open a clarifying ticket.
>
> LieGrue,
> strub
>
>
> > Am 24.09.2018 um 16:42 schrieb Romain Manni-Bucau <[email protected]
> >:
> >
> > Hi guys,
> >
> > when a property name has an uppercase in second place then the property
> > name and PropertyDescriptor#getName don't match.
> >
> > Ex:
> >
> > public class Foo {
> >   public String lName;
> >   public String getLName() { return lName; }
> > }
> >
> > This is a valid pojo AFAIK but since we use PropertyDescriptor we'll find
> > the public lName and the getter as properties (lName and LName). This
> > sounds weird and i was almost fixing it but ignoring java.bean spec
> sounds
> > even weirder.
> >
> > Wdyt?
> >
> > Romain Manni-Bucau
> > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > <https://rmannibucau.metawerx.net/> | Old Blog
> > <http://rmannibucau.wordpress.com> | Github <
> https://github.com/rmannibucau> |
> > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> > <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
>
>

Reply via email to