Constructor | Description |
---|---|
PojoGestalt(java.lang.Object pojo,
java.lang.reflect.Type pojoType,
IBlueprint blueprint,
java.util.List<ISlotFactory> slotFactories) |
Modifier and Type | Method | Description |
---|---|---|
IBlueprint |
getBlueprint() |
|
java.lang.Object |
getProperty(java.lang.String name) |
|
java.lang.Object |
getSubject() |
|
java.lang.Object |
invokeMethod(java.lang.String name,
java.lang.Object[] args) |
|
void |
setProperty(java.lang.String name,
java.lang.Object value) |
public PojoGestalt(java.lang.Object pojo, java.lang.reflect.Type pojoType, IBlueprint blueprint, java.util.List<ISlotFactory> slotFactories)
public java.lang.Object getSubject()
public IBlueprint getBlueprint()
getBlueprint
in interface IGestalt
public java.lang.Object getProperty(java.lang.String name)
getProperty
in interface IGestalt
public void setProperty(java.lang.String name, java.lang.Object value)
setProperty
in interface IGestalt
public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object[] args)
invokeMethod
in interface IGestalt
Copyright © 2018. All rights reserved