Package | Description |
---|---|
org.kordamp.json |
The core of the library
|
org.kordamp.json.util |
Miscelaneous utilities
|
Modifier and Type | Field and Description |
---|---|
static NewBeanInstanceStrategy |
JsonConfig.DEFAULT_NEW_BEAN_INSTANCE_STRATEGY |
Modifier and Type | Method and Description |
---|---|
NewBeanInstanceStrategy |
JsonConfig.getNewBeanInstanceStrategy()
Returns the configured NewBeanInstanceStrategy.
Default value is NewBeanInstanceStrategy.DEFAULT [JSON -> Java] |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.setNewBeanInstanceStrategy(NewBeanInstanceStrategy newBeanInstanceStrategy)
Sets the NewBeanInstanceStrategy to use.
Will set default value (NewBeanInstanceStrategy.DEFAULT) if null. [JSON -> Java] |
Modifier and Type | Field and Description |
---|---|
static NewBeanInstanceStrategy |
NewBeanInstanceStrategy.DEFAULT
Calls Class.newInstance()
|