BeanInfo

org.beangle.commons.lang.reflect.BeanInfo
See theBeanInfo companion class
object BeanInfo extends Logging

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Logging
class Object
trait Matchable
class Any
Show all
Self type
BeanInfo.type

Members list

Type members

Classlikes

class Builder(val clazz: Class[_])

ClassInfo Builder

ClassInfo Builder

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Builder

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Builder.type
case class ConstructorInfo(parameters: ArraySeq[ParamInfo])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class MethodInfo(method: Method, returnType: TypeInfo, parameters: ArraySeq[ParamInfo]) extends Ordered[MethodInfo]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[MethodInfo]
trait Comparable[MethodInfo]
class Object
trait Matchable
class Any
Show all
case class ParamInfo(name: String, typeinfo: TypeInfo, defaultValue: Option[Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class PropertyInfo(name: String, typeinfo: TypeInfo, getter: Option[Method], setter: Option[Method], isTransient: Boolean)

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging