public class DefaultStrategy extends Object implements PojoStrategy
| Constructor and Description |
|---|
DefaultStrategy() |
DefaultStrategy(boolean embedded,
String embedGlue,
Class<? extends Annotation>[] annotationMarker) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(PojoParser parser,
Class<?> clazz,
PojoModelImpl model) |
void |
parseObject(PojoParser parser,
Object pojo,
PojoModelImpl model) |
public DefaultStrategy()
public DefaultStrategy(boolean embedded,
String embedGlue,
Class<? extends Annotation>[] annotationMarker)
public void parseObject(PojoParser parser, Object pojo, PojoModelImpl model)
parseObject in interface PojoStrategypublic void parse(PojoParser parser, Class<?> clazz, PojoModelImpl model)
parse in interface PojoStrategyCopyright © 2014. All rights reserved.