Packages

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])

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped