public class FunctionsStrategy extends MObject implements PojoStrategy
FunctionsStrategy class.
| Constructor and Description |
|---|
FunctionsStrategy()
Constructor for FunctionsStrategy.
|
FunctionsStrategy(boolean actionsOnly)
Constructor for FunctionsStrategy.
|
FunctionsStrategy(boolean embedded,
boolean toLower,
String embedGlue,
boolean actionsOnly,
Class<? extends Annotation>... annotationMarker)
Constructor for FunctionsStrategy.
|
| Modifier and Type | Method and Description |
|---|---|
protected LinkedList<Method> |
getMethods(Class<?> clazz)
getMethods.
|
void |
parse(PojoParser parser,
Class<?> clazz,
PojoModelImpl model)
parse.
|
protected void |
parse(String prefix,
FunctionAttribute<Object> parent,
PojoParser parser,
Class<?> clazz,
PojoModelImpl model,
int level)
parse.
|
void |
parseObject(PojoParser parser,
Object pojo,
PojoModelImpl model)
parseObject.
|
base, base, createBase, forkBase, installBase, isBase, leaveBase, toStringpublic FunctionsStrategy()
Constructor for FunctionsStrategy.
public FunctionsStrategy(boolean actionsOnly)
Constructor for FunctionsStrategy.
actionsOnly - a boolean.public FunctionsStrategy(boolean embedded,
boolean toLower,
String embedGlue,
boolean actionsOnly,
Class<? extends Annotation>... annotationMarker)
Constructor for FunctionsStrategy.
public void parse(PojoParser parser, Class<?> clazz, PojoModelImpl model)
parse.
parse in interface PojoStrategyparser - a PojoParser object.clazz - a Class object.model - a PojoModelImpl object.protected void parse(String prefix, FunctionAttribute<Object> parent, PojoParser parser, Class<?> clazz, PojoModelImpl model, int level)
parse.
prefix - a String object.parent - a FunctionAttribute object.parser - a PojoParser object.clazz - a Class object.model - a PojoModelImpl object.level - a int.protected LinkedList<Method> getMethods(Class<?> clazz)
getMethods.
clazz - a Class object.LinkedList object.public void parseObject(PojoParser parser, Object pojo, PojoModelImpl model)
parseObject.
parseObject in interface PojoStrategyparser - a PojoParser object.pojo - a Object object.model - a PojoModelImpl object.Copyright © 2016. All Rights Reserved.