|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonConfiguration.NaturalBuilder | |
|---|---|
| org.glassfish.jersey.media.json | Jersey JSON provider classes. |
| Uses of JsonConfiguration.NaturalBuilder in org.glassfish.jersey.media.json |
|---|
| Methods in org.glassfish.jersey.media.json that return JsonConfiguration.NaturalBuilder | |
|---|---|
JsonConfiguration.NaturalBuilder |
JsonConfiguration.NaturalBuilder.humanReadableFormatting(boolean humanReadableFormatting)
If set to true, generated JSON will contain new-line characters and indentation, so that the output is easy to read for people. |
static JsonConfiguration.NaturalBuilder |
JsonConfiguration.natural()
A static method for obtaining a builder of JsonConfiguration instance, which will use JsonConfiguration.Notation.NATURAL JSON notation. |
JsonConfiguration.NaturalBuilder |
JsonConfiguration.NaturalBuilder.rootUnwrapping(boolean rootUnwrapping)
Setter for XML root element unwrapping. |
JsonConfiguration.NaturalBuilder |
JsonConfiguration.NaturalBuilder.usePrefixesAtNaturalAttributes()
JSON names corresponding to XML attributes will be written using a '@' prefix This property is valid for the JsonConfiguration.Notation.NATURAL notation only. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||