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

  8. def attributePrefix: Option[String]

  9. def autoPackages: Boolean

  10. def capitalizeWords: Boolean

  11. def classPostfix: Option[String]

  12. def classPrefix: Option[String]

  13. def clone(): AnyRef

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

  15. def defaultNamespace: Option[String]

  16. def dispatchVersion: String

  17. def enumNameMaxLength: Int

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

    Definition Classes
    AnyRef
  19. def finalize(): Unit

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

  21. def generateDispatchClient: Boolean

  22. def generateGigahorseClient: Boolean

  23. def generateMutable: Boolean

  24. def generateRuntime: Boolean

  25. def generateVisitor: Boolean

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

    Definition Classes
    AnyRef → Any
  27. def gigahorseBackend: String

  28. def gigahorseVersion: String

  29. def ignoreUnknown: Boolean

  30. final def isInstanceOf[T0]: Boolean

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

  32. def laxAny: Boolean

  33. def namedAttributes: Boolean

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

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

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

    Definition Classes
    AnyRef
  37. def opOutputWrapperPostfix: String

  38. def outdir: File

  39. def packageDir: Boolean

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

  41. def paramPrefix: Option[String]

  42. def prependFamilyName: Boolean

  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 values: Vector[ConfigEntry]

  52. def varArg: Boolean

  53. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped