spring-configuration-metadata.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "groups": [
  3. {
  4. "name": "role-list",
  5. "type": "com.mooctest.crowd.domain.configuration.RoleConfiguration",
  6. "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "role-list.enterprise-user",
  12. "type": "java.lang.Long",
  13. "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
  14. },
  15. {
  16. "name": "role-list.evaluation-agency",
  17. "type": "java.lang.Long",
  18. "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
  19. },
  20. {
  21. "name": "role-list.general-user",
  22. "type": "java.lang.Long",
  23. "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
  24. },
  25. {
  26. "name": "role-list.regional-manager",
  27. "type": "java.lang.Long",
  28. "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
  29. },
  30. {
  31. "name": "role-list.system-administrator",
  32. "type": "java.lang.Long",
  33. "sourceType": "com.mooctest.crowd.domain.configuration.RoleConfiguration"
  34. }
  35. ],
  36. "hints": []
  37. }