calaxb_2.13.1.12.1.source-code.dispatch_as_scalaxb.scala.template Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalaxb_2.13 Show documentation
Show all versions of scalaxb_2.13 Show documentation
scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and wsdl.
The newest version!
package dispatch.as
import _root_.scalaxb.XMLFormat
object scalaxb {
def apply[T: XMLFormat]: (dispatch.Res => T) =
dispatch.as.xml.Elem andThen (el => _root_.scalaxb.fromXML(el))
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy