TypeInfo

org.beangle.commons.lang.reflect.TypeInfo
See theTypeInfo companion object
sealed trait TypeInfo

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GeneralType
class IterableType
class OptionType

Members list

Value members

Abstract methods

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

Concrete methods

final def isIterable: Boolean
final def isOptional: Boolean
def name: String
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
Any