public final class JSONUtils extends Object
public static javax.xml.stream.XMLStreamWriter createBadgerFishWriter(OutputStream os) throws javax.xml.stream.XMLStreamException
public static javax.xml.stream.XMLStreamReader createBadgerFishReader(InputStream is) throws javax.xml.stream.XMLStreamException
public static javax.xml.stream.XMLStreamWriter createStreamWriter(OutputStream os, QName qname, boolean writeXsiType, Configuration config, boolean serializeAsArray, List<String> arrayKeys, boolean dropRootElement) throws Exception
Exceptionpublic static Configuration createConfiguration(ConcurrentHashMap<String,String> namespaceMap, boolean writeXsiType, boolean attributesAsElements, TypeConverter converter)
public static javax.xml.stream.XMLStreamWriter createIgnoreMixedContentWriterIfNeeded(javax.xml.stream.XMLStreamWriter writer, boolean ignoreMixedContent)
public static javax.xml.stream.XMLStreamWriter createIgnoreNsWriterIfNeeded(javax.xml.stream.XMLStreamWriter writer, boolean ignoreNamespaces)
public static javax.xml.stream.XMLStreamReader createStreamReader(InputStream is, boolean readXsiType, ConcurrentHashMap<String,String> namespaceMap) throws Exception
Exceptionpublic static javax.xml.stream.XMLStreamReader createStreamReader(InputStream is, boolean readXsiType, ConcurrentHashMap<String,String> namespaceMap, List<String> primitiveArrayKeys, DocumentDepthProperties depthProps) throws Exception
ExceptionApache CXF