BeanInfo

org.beangle.commons.lang.reflect.BeanInfo
See theBeanInfo companion object
case class BeanInfo(clazz: Class[_], ctors: ArraySeq[ConstructorInfo], properties: Map[String, PropertyInfo], methods: Map[String, ArraySeq[Method]])

Attributes

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

Members list

Value members

Concrete methods

def getGetter(property: String): Option[Method]
def getPropertyType(property: String): Option[Class[_]]
def getPropertyTypeInfo(property: String): Option[TypeInfo]
def getSetter(property: String): Option[Method]
def readables: Map[String, PropertyInfo]
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
def writables: Map[String, PropertyInfo]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product