Packages

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

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

Instance Constructors

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def async: Boolean
  6. def attributePrefix: Option[String]
  7. def autoPackages: Boolean
  8. def capitalizeWords: Boolean
  9. def classPostfix: Option[String]
  10. def classPrefix: Option[String]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def contentsSizeLimit: Int
  13. def defaultNamespace: Option[String]
  14. def dispatchVersion: String
  15. def enumNameMaxLength: Int
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def generateDispatchAs: Boolean
  19. def generateDispatchClient: Boolean
  20. def generateGigahorseClient: Boolean
  21. def generateLens: Boolean
  22. def generateMutable: Boolean
  23. def generateRuntime: Boolean
  24. def generateVisitor: Boolean
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def gigahorseBackend: String
  27. def gigahorseVersion: String
  28. def ignoreUnknown: Boolean
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val items: Map[String, ConfigEntry]
  31. def laxAny: Boolean
  32. def namedAttributes: Boolean
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def opOutputWrapperPostfix: String
  37. def outdir: File
  38. def packageDir: Boolean
  39. def packageNames: Map[Option[String], Option[String]]
  40. def paramPrefix: Option[String]
  41. def prependFamilyName: Boolean
  42. def productElementNames: Iterator[String]
    Definition Classes
    Product
  43. def protocolFileName: String
  44. def protocolPackageName: Option[String]
  45. def remove(item: ConfigEntry): Config
  46. def seperateProtocol: Boolean
  47. def sequenceChunkSize: Int
  48. def symbolEncodingStrategy: Strategy
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def update(item: ConfigEntry): Config
  51. def useLists: Boolean
  52. def values: Vector[ConfigEntry]
  53. def varArg: Boolean
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. def wrappedComplexTypes: List[String]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped