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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def appendPostFix(location: URI, n: Int): URI

  7. final def asInstanceOf[T0]: T0

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

  9. def clone(): AnyRef

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

  11. val encoding: String

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

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

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

  15. def finalize(): Unit

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

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

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

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

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

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

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

  23. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  27. val newline: String

  28. val nodeReader: CanBeRawSchema[Node, RawSchema]

  29. final def notify(): Unit

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

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

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

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

  34. def printFromResource(source: String, out: PrintWriter, substitution: Option[(String, String)] = None): Unit

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

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

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

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

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

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

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

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

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

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

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

  46. def shortenUri(uri: URI): String

  47. val stringReader: CanBeRawSchema[String, RawSchema]

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

    Definition Classes
    AnyRef
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. def verbose: Boolean

  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped