public interface IPojoComponentFeature
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getPojoAgent()
Get the POJO agent object.
|
<T> T |
getPojoAgent(java.lang.Class<T> pojoclass)
Get the POJO agent object casted to the pojo class.
|