Class ScalaXmlSupport$
- java.lang.Object
-
- akka.http.scaladsl.marshallers.xml.ScalaXmlSupport$
-
- All Implemented Interfaces:
ScalaXmlSupport
public class ScalaXmlSupport$ extends java.lang.Object implements ScalaXmlSupport
-
-
Field Summary
Fields Modifier and Type Field Description static ScalaXmlSupport$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ScalaXmlSupport$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.parsers.SAXParser
createSaferSAXParser()
Creates a safer SAXParser.scala.collection.immutable.Seq<ContentTypeRange>
nodeSeqContentTypeRanges()
scala.collection.immutable.Seq<MediaType.NonBinary>
nodeSeqMediaTypes()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.marshallers.xml.ScalaXmlSupport
createSAXParser, defaultNodeSeqMarshaller, defaultNodeSeqUnmarshaller, nodeSeqMarshaller, nodeSeqUnmarshaller
-
-
-
-
Field Detail
-
MODULE$
public static final ScalaXmlSupport$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
nodeSeqMediaTypes
public scala.collection.immutable.Seq<MediaType.NonBinary> nodeSeqMediaTypes()
-
nodeSeqContentTypeRanges
public scala.collection.immutable.Seq<ContentTypeRange> nodeSeqContentTypeRanges()
-
createSaferSAXParser
public javax.xml.parsers.SAXParser createSaferSAXParser()
Creates a safer SAXParser.
-
-