scalaxb.compiler

Config

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

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 attributePrefix: Option[String]

  8. def autoPackages: Boolean

  9. def capitalizeWords: Boolean

  10. def classPostfix: Option[String]

  11. def classPrefix: Option[String]

  12. def clone(): AnyRef

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

  14. def defaultNamespace: Option[String]

  15. def dispatchVersion: String

  16. def enumNameMaxLength: Int

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def finalize(): Unit

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

  20. def generateDispatchClient: Boolean

  21. def generateGigahorseClient: Boolean

  22. def generateHttp4sClient: Boolean

  23. def generateLens: Boolean

  24. def generateMutable: Boolean

  25. def generateRuntime: Boolean

  26. def generateVisitor: Boolean

  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def gigahorseBackend: String

  29. def gigahorseVersion: String

  30. def http4sVersion: String

  31. def httpClientStyle: HttpClientStyle

  32. def ignoreUnknown: Boolean

  33. final def isInstanceOf[T0]: Boolean

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

  35. def laxAny: Boolean

  36. def mapK: Boolean

  37. def namedAttributes: Boolean

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

    Definition Classes
    AnyRef
  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. def opOutputWrapperPostfix: String

  42. def outdir: File

  43. def packageDir: Boolean

  44. def packageNames: Map[Option[String], Option[String]]

  45. def paramPrefix: Option[String]

  46. def prependFamilyName: Boolean

  47. def protocolFileName: String

  48. def protocolPackageName: Option[String]

  49. def remove(item: ConfigEntry): Config

  50. def seperateProtocol: Boolean

  51. def sequenceChunkSize: Int

  52. def symbolEncodingStrategy: Strategy

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

    Definition Classes
    AnyRef
  54. def taglessClient: Boolean

  55. def update(item: ConfigEntry): Config

  56. def useLists: Boolean

  57. def values: Vector[ConfigEntry]

  58. def varArg: Boolean

  59. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped