BeanInfoLoader

org.beangle.commons.lang.reflect.BeanInfoLoader$

Load ClassInfo using reflection

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def load(clazz: Class[_]): BeanInfo

Load BeanInfo using reflections

Load BeanInfo using reflections

Attributes

def typeof(clazz: Class[_], typ: Type, paramTypes: Map[String, Class[_]]): TypeInfo