public class PojoParser extends Object
| Constructor and Description |
|---|
PojoParser() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
checkParent(PojoAttribute<Object> parent,
Object pojo) |
PojoParser |
filter(PojoFilter filter) |
PojoModel |
getModel() |
PojoParser |
parse(Object pojo) |
PojoParser |
parse(Object pojo,
PojoStrategy strategy) |
PojoParser |
parse(Object pojo,
String embedGlue,
Class<? extends Annotation>[] annotationMarker) |
public PojoParser parse(Object pojo)
public PojoParser parse(Object pojo, String embedGlue, Class<? extends Annotation>[] annotationMarker)
public PojoParser parse(Object pojo, PojoStrategy strategy)
public PojoParser filter(PojoFilter filter)
public PojoModel getModel()
public static Object checkParent(PojoAttribute<Object> parent, Object pojo) throws IOException
IOExceptionCopyright © 2014. All rights reserved.