Demo/target/classes/META-INF/spring-configuration-metadata.json
2024-10-26 19:39:18 +08:00

52 lines
1.3 KiB
JSON

{
"groups": [
{
"name": "person",
"type": "com.example.demo.Entity.Person",
"sourceType": "com.example.demo.Entity.Person"
}
],
"properties": [
{
"name": "person.age",
"type": "java.lang.Integer",
"sourceType": "com.example.demo.Entity.Person"
},
{
"name": "person.animals",
"type": "java.util.List<java.lang.String>",
"sourceType": "com.example.demo.Entity.Person"
},
{
"name": "person.birth",
"type": "java.util.Date",
"sourceType": "com.example.demo.Entity.Person"
},
{
"name": "person.interets",
"type": "java.lang.String[]",
"sourceType": "com.example.demo.Entity.Person"
},
{
"name": "person.name",
"type": "java.lang.String",
"sourceType": "com.example.demo.Entity.Person"
},
{
"name": "person.pet",
"type": "com.example.demo.Entity.Pet",
"sourceType": "com.example.demo.Entity.Person"
},
{
"name": "person.salary",
"type": "java.util.Set<java.lang.Double>",
"sourceType": "com.example.demo.Entity.Person"
},
{
"name": "person.score",
"type": "java.util.Map<java.lang.String,java.lang.Integer>",
"sourceType": "com.example.demo.Entity.Person"
}
],
"hints": []
}