| File | Date | Author | Commit |
|---|---|---|---|
| .mvn | 2026-01-12 |
|
[500c42] initial commit |
| src | 17 hours ago |
|
[e9f2d2] presenter +group, enabledFor, visibleFor |
| .gitattributes | 2026-01-12 |
|
[500c42] initial commit |
| .gitignore | 2026-01-12 |
|
[500c42] initial commit |
| README.md | 2026-02-07 |
|
[a7edd5] +check, +icon |
| all-main-classes.txt | 2026-01-12 |
|
[500c42] initial commit |
| mvnw | 2026-01-12 |
|
[500c42] initial commit |
| mvnw.cmd | 2026-01-12 |
|
[500c42] initial commit |
| pom.xml | 2026-02-08 |
|
[f02317] objectmapper+valueexpression |
provides a bean framework to be involved by dynamic web applications
Example:
{
"id": "org.anonymous.project.Role",
"name": "Role",
"type": {
"name": "org.anonymous.project.Role"
},
"idAttribute": "id",
"valueExpression": {},
"presenter": {
"label": "Role",
"description": "Role",
"elementType": "select",
"subType": "text",
"width": 1,
"height": 1,
"enabled": true,
"visible": true
},
"attributes": [
{
"name": "id",
"declaringType": "java.lang.Class@1",
"constraints": {
"type": {
"name": "long"
}
},
"presenter": {
"label": "id",
"description": "id",
"elementType": "input",
"subType": "number",
"width": 1,
"height": 1,
"enabled": true,
"visible": true
}
},
{
"name": "name",
"declaringType": "java.lang.Class@1",
"constraints": {
"type": {
"name": "java.lang.String"
}
},
"presenter": {
"label": "name",
"description": "name",
"elementType": "input",
"subType": "text",
"width": 1,
"height": 1,
"enabled": true,
"visible": true
}
}
]
}