object ConfigEntry
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigEntry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class AttributePrefix(value: String) extends ConfigEntry with Product with Serializable
- case class ClassPostfix(value: String) extends ConfigEntry with Product with Serializable
- case class ClassPrefix(value: String) extends ConfigEntry with Product with Serializable
- case class ContentsSizeLimit(value: Int) extends ConfigEntry with Product with Serializable
- case class DefaultNamespace(value: Option[String]) extends ConfigEntry with Product with Serializable
- case class DispatchVersion(value: String) extends ConfigEntry with Product with Serializable
- case class EnumNameMaxLength(value: Int) extends ConfigEntry with Product with Serializable
- case class GigahorseBackend(value: String) extends ConfigEntry with Product with Serializable
- case class GigahorseVersion(value: String) extends ConfigEntry with Product with Serializable
- case class OpOutputWrapperPostfix(value: String) extends ConfigEntry with Product with Serializable
- case class Outdir(value: File) extends ConfigEntry with Product with Serializable
- case class PackageNames(value: Map[Option[String], Option[String]]) extends ConfigEntry with Product with Serializable
- case class ParamPrefix(value: String) extends ConfigEntry with Product with Serializable
- case class ProtocolFileName(value: String) extends ConfigEntry with Product with Serializable
- case class ProtocolPackageName(value: Option[String]) extends ConfigEntry with Product with Serializable
- case class SequenceChunkSize(value: Int) extends ConfigEntry with Product with Serializable
- case class WrappedComplexTypes(value: List[String]) extends ConfigEntry with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- case object AutoPackages extends ConfigEntry with Product with Serializable
- case object CapitalizeWords extends ConfigEntry with Product with Serializable
- case object GenerateAsync extends ConfigEntry with Product with Serializable
- case object GenerateDispatchAs extends ConfigEntry with Product with Serializable
- case object GenerateDispatchClient extends ConfigEntry with Product with Serializable
- case object GenerateGigahorseClient extends ConfigEntry with Product with Serializable
- case object GenerateLens extends ConfigEntry with Product with Serializable
- case object GenerateMutable extends ConfigEntry with Product with Serializable
- case object GeneratePackageDir extends ConfigEntry with Product with Serializable
- case object GenerateRuntime extends ConfigEntry with Product with Serializable
- case object GenerateVisitor extends ConfigEntry with Product with Serializable
- case object IgnoreUnknown extends ConfigEntry with Product with Serializable
- case object LaxAny extends ConfigEntry with Product with Serializable
- case object NamedAttributes extends ConfigEntry with Product with Serializable
- case object PrependFamilyName extends ConfigEntry with Product with Serializable
- case object SeperateProtocol extends ConfigEntry with Product with Serializable
- object SymbolEncoding
- case object UseLists extends ConfigEntry with Product with Serializable
- case object VarArg extends ConfigEntry with Product with Serializable