public class BasicPojoHandler extends Object implements PojoHandler
| Constructor and Description |
|---|
BasicPojoHandler(Class<?> javaClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildPojo(PojoInfo pojoInfo)
Create the requested POJO and set the PropertyHandler for the POJO.
|
protected Object |
newInstance(PojoInfo pojoInfo) |
protected ValueHandler |
valueHandler(Class<?> type,
Method m) |
public BasicPojoHandler(Class<?> javaClass)
protected ValueHandler valueHandler(Class<?> type, Method m)
public void buildPojo(PojoInfo pojoInfo) throws KonigException
PojoHandlerbuildPojo in interface PojoHandlerKonigExceptionprotected Object newInstance(PojoInfo pojoInfo) throws KonigException
KonigExceptionCopyright © 2019. All rights reserved.