Loader

com.ossuminc.riddl.utils.Loader
case class Loader(url: URL)

This is the JVM version of the Loader utility. It is used to load file content in UTF-8 via a URL as a String and returning the Future that will obtain it. Further processing can be chained onto the future. This handles the I/O part of parsing in a platform specific way.

Attributes

Source
Loader.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Loader.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product