Uses of Class
org.apache.cxf.staxutils.DocumentDepthProperties
-
Packages that use DocumentDepthProperties Package Description org.apache.cxf.jaxrs.provider org.apache.cxf.jaxrs.provider.json org.apache.cxf.jaxrs.provider.json.utils org.apache.cxf.staxutils -
-
Uses of DocumentDepthProperties in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider that return DocumentDepthProperties Modifier and Type Method Description protected DocumentDepthPropertiesAbstractJAXBProvider. getDepthProperties()Methods in org.apache.cxf.jaxrs.provider with parameters of type DocumentDepthProperties Modifier and Type Method Description voidAbstractJAXBProvider. setDepthProperties(DocumentDepthProperties depthProperties) -
Uses of DocumentDepthProperties in org.apache.cxf.jaxrs.provider.json
Methods in org.apache.cxf.jaxrs.provider.json that return DocumentDepthProperties Modifier and Type Method Description protected DocumentDepthPropertiesJSONProvider. getDepthProperties() -
Uses of DocumentDepthProperties in org.apache.cxf.jaxrs.provider.json.utils
Methods in org.apache.cxf.jaxrs.provider.json.utils with parameters of type DocumentDepthProperties Modifier and Type Method Description static XMLStreamReaderJSONUtils. createStreamReader(InputStream is, boolean readXsiType, ConcurrentHashMap<String,String> namespaceMap, String namespaceSeparator, List<String> primitiveArrayKeys, DocumentDepthProperties depthProps, String enc) -
Uses of DocumentDepthProperties in org.apache.cxf.staxutils
Constructors in org.apache.cxf.staxutils with parameters of type DocumentDepthProperties Constructor Description DepthRestrictingStreamReader(XMLStreamReader reader, DocumentDepthProperties props)
-