Package jakarta.json
Class JsonConfig
- java.lang.Object
-
- jakarta.json.JsonConfig
-
public final class JsonConfig extends Object
This class contains the Json properties and values.- Since:
- 2.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JsonConfig.KeyStrategy
Contains the different values allowed forKEY_STRATEGY
.
-
Field Summary
Fields Modifier and Type Field Description static String
KEY_STRATEGY
Configuration property to define the strategy for handling duplicate keys.
-
-
-
Field Detail
-
KEY_STRATEGY
public static final String KEY_STRATEGY
Configuration property to define the strategy for handling duplicate keys. SeeJsonConfig.KeyStrategy
- See Also:
- Constant Field Values
-
-