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. abstract type Context

  2. trait Importable extends AnyRef

  3. abstract type RawSchema

  4. 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)(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 readerToRawSchema(reader: Reader): RawSchema

  9. 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  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()
  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. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  22. val newline: String

  23. final def notify(): Unit

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

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

  26. def parse(location: URI, in: Reader, outerNamespace: Option[String]): Schema

  27. def parse(importable: Importable, context: Context, outerNamespace: Option[String]): Schema

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

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

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

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

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

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

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

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

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

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

  38. def shortenUri(uri: URI): String

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

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def verbose: Boolean

  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped