Uses of Class
org.apache.cxf.staxutils.DocumentDepthProperties
Packages that use DocumentDepthProperties
Package
Description
-
Uses of DocumentDepthProperties in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider that return DocumentDepthPropertiesModifier and TypeMethodDescriptionprotected DocumentDepthPropertiesAbstractJAXBProvider.getDepthProperties()Methods in org.apache.cxf.jaxrs.provider with parameters of type DocumentDepthPropertiesModifier and TypeMethodDescriptionvoidAbstractJAXBProvider.setDepthProperties(DocumentDepthProperties depthProperties) -
Uses of DocumentDepthProperties in org.apache.cxf.jaxrs.provider.json
Methods in org.apache.cxf.jaxrs.provider.json that return DocumentDepthPropertiesModifier and TypeMethodDescriptionprotected 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 DocumentDepthPropertiesModifier and TypeMethodDescriptionstatic 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 DocumentDepthPropertiesModifierConstructorDescriptionDepthRestrictingStreamReader(XMLStreamReader reader, DocumentDepthProperties props)