OptionType

org.beangle.commons.lang.reflect.TypeInfo.OptionType
case class OptionType(elementType: TypeInfo) extends TypeInfo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeInfo
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def args: ArraySeq[TypeInfo]
def clazz: Class[_]

Inherited methods

final def isIterable: Boolean

Attributes

Inherited from:
TypeInfo
final def isOptional: Boolean

Attributes

Inherited from:
TypeInfo
def name: String

Attributes

Inherited from:
TypeInfo
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
TypeInfo -> Any
Inherited from:
TypeInfo