| Package | Description |
|---|---|
| de.mhus.lib.core.pojo |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FunctionsStrategy.parse(String prefix,
FunctionAttribute<Object> parent,
PojoParser parser,
Class<?> clazz,
PojoModelImpl model,
int level)
parse.
|
protected void |
FunctionsOnlyStrategy.parse(String prefix,
FunctionAttribute<Object> parent,
PojoParser parser,
Class<?> clazz,
PojoModelImpl model,
int level)
parse.
|
| Constructor and Description |
|---|
FunctionAction(Class<?> clazz,
Method action,
String name,
FunctionAttribute<Object> parent)
Constructor for FunctionAction.
|
FunctionAttribute(Class<T> clazz,
Method getter,
Method setter,
String name,
FunctionAttribute<Object> parent)
Constructor for FunctionAttribute.
|
Copyright © 2016. All Rights Reserved.