public class JsonTypeConfiguration
extends java.lang.Object
Constructor and Description |
---|
JsonTypeConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
isJsonTypeCompatibility()
Getter for jsonTypeCompatibility
|
boolean |
isUseXsdTypesWithPrefix()
Getter for useXsdTypesWithPrefix property.
|
void |
setJsonTypeCompatibility(boolean jsonTypeCompatibility)
If we should treat unqualified type property in JSON as MOXy type discriminator.
|
void |
setUseXsdTypesWithPrefix(boolean useXsdTypesWithPrefix)
If there should be xsd prefix when using simple types, e.g.
|
boolean |
useJsonTypeCompatibility()
If we should treat unqualified type property in JSON as MOXy type discriminator.
|
boolean |
useXsdTypesWithPrefix()
If there should be xsd prefix when using simple types, e.g.
|
public boolean isUseXsdTypesWithPrefix()
public boolean useXsdTypesWithPrefix()
public void setUseXsdTypesWithPrefix(boolean useXsdTypesWithPrefix)
useXsdTypesWithPrefix
- If there should be xsd prefix when using simple types, e.g. xsd.int.public boolean isJsonTypeCompatibility()
public boolean useJsonTypeCompatibility()
public void setJsonTypeCompatibility(boolean jsonTypeCompatibility)
jsonTypeCompatibility
- If we should treat unqualified type property in JSON as MOXy type discriminator.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference