void |
PojoStrategy.parse(PojoParser parser,
Class<?> clazz,
PojoModelImpl model) |
void |
FunctionsStrategy.parse(PojoParser parser,
Class<?> clazz,
PojoModelImpl model) |
void |
DefaultStrategy.parse(PojoParser parser,
Class<?> clazz,
PojoModelImpl model) |
void |
AttributesStrategy.parse(PojoParser parser,
Class<?> clazz,
PojoModelImpl model) |
protected void |
AttributesStrategy.parse(String prefix,
de.mhus.lib.core.pojo.AttributesStrategy.Attribute<Object> parent,
PojoParser parser,
Class<?> clazz,
PojoModelImpl model) |
protected void |
FunctionsStrategy.parse(String prefix,
FunctionAttribute<Object> parent,
PojoParser parser,
Class<?> clazz,
PojoModelImpl model,
int level) |
void |
PojoStrategy.parseObject(PojoParser parser,
Object pojo,
PojoModelImpl model) |
void |
FunctionsStrategy.parseObject(PojoParser parser,
Object pojo,
PojoModelImpl model) |
void |
DefaultStrategy.parseObject(PojoParser parser,
Object pojo,
PojoModelImpl model) |
void |
AttributesStrategy.parseObject(PojoParser parser,
Object pojo,
PojoModelImpl model) |