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 generateLens: Boolean

    Permalink
  22. def generateMutable: Boolean

    Permalink
  23. def generateRuntime: Boolean

    Permalink
  24. def generateVisitor: Boolean

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

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

    Permalink
  27. def gigahorseVersion: String

    Permalink
  28. def ignoreUnknown: Boolean

    Permalink
  29. final def isInstanceOf[T0]: Boolean

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

    Permalink
  31. def laxAny: Boolean

    Permalink
  32. def namedAttributes: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def opOutputWrapperPostfix: String

    Permalink
  37. def outdir: File

    Permalink
  38. def packageDir: Boolean

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

    Permalink
  40. def paramPrefix: Option[String]

    Permalink
  41. def prependFamilyName: Boolean

    Permalink
  42. def protocolFileName: String

    Permalink
  43. def protocolPackageName: Option[String]

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

    Permalink
  45. def seperateProtocol: Boolean

    Permalink
  46. def sequenceChunkSize: Int

    Permalink
  47. def symbolEncodingStrategy: Strategy

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

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

    Permalink
  50. def useLists: Boolean

    Permalink
  51. def values: Vector[ConfigEntry]

    Permalink
  52. def varArg: Boolean

    Permalink
  53. final def wait(): Unit

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped