Properties

org.beangle.commons.bean.Properties$
See theProperties companion class
object Properties

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def copy(bean: AnyRef, propertyName: String, value: Any): Any
def copy(bean: AnyRef, beanInfo: BeanInfo, propertyName: String, value: Any): Any
def get[T](inputBean: Any, propertyName: String): T
def getType(clazz: Class[_], name: String): Class[_]
def isWriteable(bean: AnyRef, name: String): Boolean
def set(bean: AnyRef, propertyName: String, value: Any): Any
def writables(clazz: Class[_]): Set[String]