scalaxb.compiler

Module

trait Module extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Module
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class CompileSource[From](context: Context, schemas: ListMap[Importable, Schema], importables: Seq[(Importable, From)], additionalImportables: ListMap[Importable, File], firstNamespace: Option[String]) extends Product with Serializable

  2. abstract type Context

  3. trait Importable extends AnyRef

  4. abstract type RawSchema

  5. abstract type Schema

Abstract Value Members

  1. abstract def buildContext: Context

  2. abstract def generate(schema: Schema, part: String, context: Context, config: Config): Seq[(Option[String], Snippet, String)]

  3. abstract def generateProtocol(snippet: Snippet, context: Context, config: Config): Seq[Node]

  4. abstract def generateRuntimeFiles[To](context: Context, config: Config)(implicit evTo: CanBeWriter[To]): List[To]

  5. abstract def nodeToRawSchema(node: Node): RawSchema

  6. abstract def packageName(namespace: Option[String], context: Context): Option[String]

  7. abstract def processContext(context: Context, schemas: Seq[Schema], config: Config): Unit

  8. abstract def processSchema(schema: Schema, context: Context, config: Config): Unit

  9. abstract def readerToRawSchema(reader: Reader): RawSchema

  10. abstract def toImportable(location: URI, rawschema: RawSchema): Importable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def appendPostFix(location: URI, n: Int): URI

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def buildCompileSource[From, To](files: Seq[From])(implicit ev: CanBeRawSchema[From, RawSchema]): CompileSource[From]

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copyFileFromResource(source: String, dest: File): Unit

  9. val encoding: String

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. implicit val fileReader: CanBeRawSchema[File, RawSchema]

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def generateFromResource[To](packageName: Option[String], fileName: String, resourcePath: String)(implicit evTo: CanBeWriter[To]): To

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def headerSnippet(pkg: Option[String]): Snippet

  18. def infoFiles(files: Seq[File], config: Config): (CompileSource[File], List[File])

  19. def infoNode(input: Node, config: Config): (CompileSource[Node], List[String])

  20. def infoString(input: String, config: Config): (CompileSource[String], List[String])

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def mergeSnippets(snippets: Seq[Snippet]): Snippet

  23. def missingDependencies(importable: Importable, files: Seq[Importable]): List[String]

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. val newline: String

  26. val nodeReader: CanBeRawSchema[Node, RawSchema]

  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def packageDir(packageName: Option[String], dir: File): File

  30. def parse(location: URI, in: Reader): Schema

  31. def parse(importable: Importable, context: Context): Schema

  32. def printFromResource(source: String, out: PrintWriter): Unit

  33. def printNodes(nodes: Seq[Node], out: PrintWriter): Unit

  34. def process(file: File, config: Config): List[File]

  35. def process(file: File, packageName: String, outdir: File): List[File]

  36. def processCompileSource[From, To](cs: CompileSource[From], config: Config)(implicit ev: CanBeRawSchema[From, RawSchema], evTo: CanBeWriter[To]): List[To]

  37. def processFiles(files: Seq[File], config: Config): List[File]

  38. def processNode(input: Node, config: Config): List[String]

  39. def processNode(input: Node, packageName: String): List[String]

  40. def processReaders[From, To](files: Seq[From], config: Config)(implicit ev: CanBeRawSchema[From, RawSchema], evTo: CanBeWriter[To]): (CompileSource[From], List[To])

  41. def processString(input: String, config: Config): List[String]

  42. def processString(input: String, packageName: String): List[String]

  43. def replaceNamespace(raw: Node, old: Option[String], outerNamespace: Option[String]): Node

  44. def shortenUri(uri: URI): String

  45. val stringReader: CanBeRawSchema[String, RawSchema]

  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. def verbose: Boolean

  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped