org.beangle.commons.lang.reflect.TypeInfo
See theTypeInfo companion trait
object TypeInfo
Attributes
Members list
Type members
Classlikes
case class GeneralType(clazz: Class[_], args: ArraySeq[TypeInfo]) extends TypeInfo
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TypeInfoclass Objecttrait Matchableclass AnyShow all
case class IterableType(clazz: Class[_], args: ArraySeq[TypeInfo]) extends TypeInfo
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TypeInfoclass Objecttrait Matchableclass AnyShow all
case class OptionType(elementType: TypeInfo) extends TypeInfo
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TypeInfoclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Concrete fields
In this article