object ConfigEntry
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigEntry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 Http4sVersion(value: String) extends ConfigEntry with Product with Serializable
- sealed abstract class HttpClientStyle 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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object AutoPackages extends ConfigEntry with Product with Serializable
- object CapitalizeWords extends ConfigEntry with Product with Serializable
- object GenerateDispatchAs extends ConfigEntry with Product with Serializable
- object GenerateDispatchClient extends ConfigEntry with Product with Serializable
- object GenerateGigahorseClient extends ConfigEntry with Product with Serializable
- object GenerateHttp4sClient extends ConfigEntry with Product with Serializable
- object GenerateLens extends ConfigEntry with Product with Serializable
- object GenerateMapK extends ConfigEntry with Product with Serializable
- object GenerateMutable extends ConfigEntry with Product with Serializable
- object GeneratePackageDir extends ConfigEntry with Product with Serializable
- object GenerateRuntime extends ConfigEntry with Product with Serializable
- object GenerateVisitor extends ConfigEntry with Product with Serializable
- object HttpClientStyle extends Serializable
- object IgnoreUnknown extends ConfigEntry with Product with Serializable
- object LaxAny extends ConfigEntry with Product with Serializable
- object NamedAttributes extends ConfigEntry with Product with Serializable
- object PrependFamilyName extends ConfigEntry with Product with Serializable
- object SeperateProtocol extends ConfigEntry with Product with Serializable
- object SymbolEncoding
- object UseLists extends ConfigEntry with Product with Serializable
- object VarArg extends ConfigEntry with Product with Serializable