All Downloads are FREE. Search and download functionalities are using the official Maven repository.

calaxb_2.13.1.12.1.source-code.dispatch_as_scalaxb.scala.template Maven / Gradle / Ivy

Go to download

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