Package | Description |
---|---|
org.apache.cxf.jaxrs.provider | |
org.apache.cxf.jaxrs.provider.json | |
org.apache.cxf.jaxrs.provider.json.utils | |
org.apache.cxf.staxutils |
Modifier and Type | Method and Description |
---|---|
protected DocumentDepthProperties |
AbstractJAXBProvider.getDepthProperties() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJAXBProvider.setDepthProperties(DocumentDepthProperties depthProperties) |
Modifier and Type | Method and Description |
---|---|
protected DocumentDepthProperties |
JSONProvider.getDepthProperties() |
Modifier and Type | Method and Description |
---|---|
static XMLStreamReader |
JSONUtils.createStreamReader(InputStream is,
boolean readXsiType,
ConcurrentHashMap<String,String> namespaceMap,
String namespaceSeparator,
List<String> primitiveArrayKeys,
DocumentDepthProperties depthProps,
String enc) |
Constructor and Description |
---|
DepthRestrictingStreamReader(XMLStreamReader reader,
DocumentDepthProperties props) |
Apache CXF