kbss-cvut / jb4jsonld

JSON-LD serialization and deserialization for Java REST services.
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Per-attribute format configuration #40

Open ledsoft opened 2 years ago

ledsoft commented 2 years ago

As a user, I want to be able to specify the format of a value per attribute and not globally, as it is implemented now.

This would function similarly as JsonFormat in Jackson.