play.boilerplate.generators

support

package support

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseTypesSupport extends AnyRef

  2. trait CustomTypeSupport extends AnyRef

  3. case class DefinitionContext(canBeOption: Boolean) extends Product with Serializable

  4. trait DefinitionsSupport extends BaseTypesSupport with EnumerationsSupport with ObjectSupport

  5. trait EnumerationsSupport extends AnyRef

  6. trait ObjectSupport extends AnyRef

  7. case class TypeSupport(tpe: treehugger.Forest.Type, fullQualified: treehugger.Forest.Type, defs: Seq[TypeSupportDefs], constructor: (treehugger.Forest.Tree) ⇒ treehugger.Forest.Tree = ...) extends Product with Serializable

  8. case class TypeSupportDefs(symbol: treehugger.Forest.Symbol, definition: treehugger.Forest.Tree, jsonReads: treehugger.Forest.Tree, jsonWrites: treehugger.Forest.Tree, queryBindable: treehugger.Forest.Tree, pathBindable: treehugger.Forest.Tree) extends Product with Serializable

Value Members

  1. object CustomTypeSupport

  2. object DefinitionContext extends Serializable

  3. object TypeSupport extends Serializable

Ungrouped