public class SimpleArooaClass extends Object implements ArooaClass
DynaArooaClass| Constructor and Description |
|---|
SimpleArooaClass(Class<?> forClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
forClass()
Provide the actual Java class this is for.
|
BeanOverview |
getBeanOverview(PropertyAccessor accessor)
Get an overview of the class.
|
int |
hashCode() |
Object |
newInstance()
Create a new instance of the Object this represents.
|
String |
toString() |
public SimpleArooaClass(Class<?> forClass)
public Class<?> forClass()
ArooaClassforClass in interface ArooaClasspublic Object newInstance() throws ArooaInstantiationException
ArooaClassnewInstance in interface ArooaClassArooaInstantiationException - If creation fails.public BeanOverview getBeanOverview(PropertyAccessor accessor)
ArooaClassgetBeanOverview in interface ArooaClassaccessor - A property accessor.Copyright © 2023. All rights reserved.