public class PojoParser extends Object
| Constructor and Description |
|---|
PojoParser() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
checkParent(PojoAttribute<Object> parent,
Object pojo)
checkParent.
|
PojoParser |
filter(boolean removeHidden,
boolean removeEmbedded,
boolean removeWriteOnly,
boolean removeReadOnly,
boolean removeNoActions)
filter.
|
PojoParser |
filter(PojoFilter filter)
filter.
|
PojoModel |
getModel()
Getter for the field
model. |
PojoParser |
parse(Object pojo)
parse.
|
PojoParser |
parse(Object pojo,
PojoStrategy strategy)
parse.
|
PojoParser |
parse(Object pojo,
String embedGlue,
Class<? extends Annotation>[] annotationMarker)
parse.
|
public PojoParser parse(Object pojo)
parse.
pojo - a Object object.PojoParser object.public PojoParser parse(Object pojo, String embedGlue, Class<? extends Annotation>[] annotationMarker)
parse.
pojo - a Object object.embedGlue - a String object.annotationMarker - an array of Class objects.PojoParser object.public PojoParser parse(Object pojo, PojoStrategy strategy)
parse.
pojo - a Object object.strategy - a PojoStrategy object.PojoParser object.public PojoParser filter(boolean removeHidden, boolean removeEmbedded, boolean removeWriteOnly, boolean removeReadOnly, boolean removeNoActions)
filter.
removeHidden - a boolean.removeEmbedded - a boolean.removeWriteOnly - a boolean.removeReadOnly - a boolean.removeNoActions - a boolean.PojoParser object.public PojoParser filter(PojoFilter filter)
filter.
filter - a PojoFilter object.PojoParser object.public static Object checkParent(PojoAttribute<Object> parent, Object pojo) throws IOException
checkParent.
parent - a PojoAttribute object.pojo - a Object object.Object object.IOException - if any.Copyright © 2016. All Rights Reserved.