java.lang.Object
jakarta.json.JsonConfig
This class contains the Json properties and values.
- Since:
- 2.1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Contains the different values allowed forKEY_STRATEGY
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Configuration property to define the strategy for handling duplicate keys. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEY_STRATEGY
Configuration property to define the strategy for handling duplicate keys. SeeJsonConfig.KeyStrategy
- See Also:
-
-
Constructor Details
-
JsonConfig
private JsonConfig()It avoids new instances of this class.
-