Class/Object

scalaxb.compiler

Config

Related Docs: object Config | package compiler

Permalink

case class Config(items: Map[String, ConfigEntry]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Config(items: Map[String, ConfigEntry])

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def async: Boolean

    Permalink
  6. def attributePrefix: Option[String]

    Permalink
  7. def autoPackages: Boolean

    Permalink
  8. def capitalizeWords: Boolean

    Permalink
  9. def classPostfix: Option[String]

    Permalink
  10. def classPrefix: Option[String]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def contentsSizeLimit: Int

    Permalink
  13. def defaultNamespace: Option[String]

    Permalink
  14. def dispatchVersion: String

    Permalink
  15. def enumNameMaxLength: Int

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def generateDispatchAs: Boolean

    Permalink
  19. def generateDispatchClient: Boolean

    Permalink
  20. def generateGigahorseClient: Boolean

    Permalink
  21. def generateMutable: Boolean

    Permalink
  22. def generateRuntime: Boolean

    Permalink
  23. def generateVisitor: Boolean

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def gigahorseBackend: String

    Permalink
  26. def gigahorseVersion: String

    Permalink
  27. def ignoreUnknown: Boolean

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val items: Map[String, ConfigEntry]

    Permalink
  30. def laxAny: Boolean

    Permalink
  31. def namedAttributes: Boolean

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def opOutputWrapperPostfix: String

    Permalink
  36. def outdir: File

    Permalink
  37. def packageDir: Boolean

    Permalink
  38. def packageNames: Map[Option[String], Option[String]]

    Permalink
  39. def paramPrefix: Option[String]

    Permalink
  40. def prependFamilyName: Boolean

    Permalink
  41. def protocolFileName: String

    Permalink
  42. def protocolPackageName: Option[String]

    Permalink
  43. def remove(item: ConfigEntry): Config

    Permalink
  44. def seperateProtocol: Boolean

    Permalink
  45. def sequenceChunkSize: Int

    Permalink
  46. def symbolEncodingStrategy: Strategy

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

    Permalink
    Definition Classes
    AnyRef
  48. def update(item: ConfigEntry): Config

    Permalink
  49. def values: Vector[ConfigEntry]

    Permalink
  50. def varArg: Boolean

    Permalink
  51. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def wrappedComplexTypes: List[String]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped