CaseClassCreation
io.getquill.metaprog.Extractors.CaseClassCreation
object CaseClassCreation
Matches case class Person(first: String, last: String)
creation of the forms: Person("Joe","Bloggs") new Person("Joe","Bloggs")
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CaseClassCreation.type
Members list
In this article