trait ProductTypesModule extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProductTypesModule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def exprAsInstanceOfMethod[A](args: List[ListMap[String, (ProductTypes.this)#??]])(expr: (ProductTypes.this)#Expr[Any])(implicit arg0: (ProductTypes.this)#Type[A]): Constructor[A]
- abstract def isCaseClass[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
Class defined with "case class"
- abstract def isCaseObject[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
Class defined with "case object"
- abstract def isCaseVal[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
Scala 3 enum's case without parameters (a "val" under the hood, NOT an "object")
- abstract def isJavaBean[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
Any POJO with a public DEFAULT constructor...
Any POJO with a public DEFAULT constructor... and at least 1 setter or var
- abstract def isJavaEnumValue[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
Java enum value - not the abstract enum type, but the concrete enum value
- abstract def isPOJO[A](implicit A: (ProductTypes.this)#Type[A]): Boolean
Any class with a public constructor...
Any class with a public constructor... explicitly excluding: primitives, String and Java enums
- abstract def parseConstructor[A](implicit arg0: (ProductTypes.this)#Type[A]): Option[Constructor[A]]
- abstract def parseExtraction[A](implicit arg0: (ProductTypes.this)#Type[A]): Option[Extraction[A]]
Concrete 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 caseClassApplyDefaultScala2(idx: Int): String
- Attributes
- protected
- def caseClassApplyDefaultScala3(idx: Int): String
- Attributes
- protected
- def checkArguments[A](parameters: Parameters, arguments: Arguments)(implicit arg0: (ProductTypes.this)#Type[A]): (Arguments, Arguments)
- Attributes
- protected
- def classNewDefaultScala2(idx: Int): String
- Attributes
- protected
- 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 parse[A](implicit arg0: (ProductTypes.this)#Type[A]): Option[(ProductTypes.this)#Product[A]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unapply[A](tpe: (ProductTypes.this)#Type[A]): Option[(ProductTypes.this)#Product[A]]
- 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()