play

twentythree

package twentythree

Visibility
  1. Public
  2. All

Type Members

  1. final case class Clazz(name: String, isFinal: Boolean, isCase: Boolean, constructorPrivate: Boolean) extends Product with Serializable

  2. sealed abstract class MergeStrategy extends AnyRef

  3. final case class Param(applyMethods: List[String], clazz: Clazz, _reads: Option[String], _writesDeep: Option[String], _writesPlus: Option[String], _writesFast: Option[String], formatDeep: Option[String], formatPlus: Option[String], formatFast: Option[String], paramName: (Int) ⇒ String, tparamName: (Int) ⇒ String) extends Product with Serializable

  4. final case class Settings(packageName: String, objectName: String, params: Map[Int, Param]) extends Product with Serializable

Value Members

  1. object GenSequencer

  2. object Generate

  3. object MergeStrategy

  4. object Param extends Serializable

  5. object Sequencer

  6. object Settings extends Serializable

  7. object TwentyThreeGeneratorBuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

Ungrouped