[FrameworkBundle][Console] JsonDescriptor: Respect original output

This commit is contained in:
Maxime Steinhausser 2017-02-02 18:43:33 +01:00
parent 0a6d3c6d00
commit bf71776e20
8 changed files with 70 additions and 70 deletions

View File

@ -9,12 +9,12 @@
"shared": true,
"synchronized": false,
"abstract": true,
"autowire": false,
"autowiring_types": [],
"file": null,
"factory_class": "Full\\Qualified\\FactoryClass",
"factory_method": "get",
"tags": [],
"autowire": false,
"autowiring_types": []
"tags": []
}
},
"aliases": {

View File

@ -9,12 +9,12 @@
"shared": true,
"synchronized": false,
"abstract": true,
"autowire": false,
"autowiring_types": [],
"file": null,
"factory_class": "Full\\Qualified\\FactoryClass",
"factory_method": "get",
"tags": [],
"autowire": false,
"autowiring_types": []
"tags": []
},
"definition_2": {
"class": "Full\\Qualified\\Class2",
@ -25,6 +25,8 @@
"shared": true,
"synchronized": false,
"abstract": false,
"autowire": false,
"autowiring_types": [],
"file": "\/path\/to\/file",
"factory_service": "factory.service",
"factory_method": "get",
@ -46,9 +48,7 @@
"name": "tag2",
"parameters": []
}
],
"autowire": false,
"autowiring_types": []
]
}
},
"aliases": {

View File

@ -9,6 +9,8 @@
"shared": true,
"synchronized": false,
"abstract": false,
"autowire": false,
"autowiring_types": [],
"file": "\/path\/to\/file",
"factory_service": "factory.service",
"factory_method": "get",
@ -30,9 +32,7 @@
"name": "tag2",
"parameters": []
}
],
"autowire": false,
"autowiring_types": []
]
}
},
"aliases": [],

View File

@ -9,11 +9,11 @@
"shared": true,
"synchronized": false,
"abstract": false,
"autowire": false,
"autowiring_types": [],
"file": "\/path\/to\/file",
"factory_service": "factory.service",
"factory_method": "get",
"autowire": false,
"autowiring_types": []
"factory_method": "get"
}
],
"tag2": [
@ -26,11 +26,11 @@
"shared": true,
"synchronized": false,
"abstract": false,
"autowire": false,
"autowiring_types": [],
"file": "\/path\/to\/file",
"factory_service": "factory.service",
"factory_method": "get",
"autowire": false,
"autowiring_types": []
"factory_method": "get"
}
]
}

View File

@ -7,10 +7,10 @@
"shared": true,
"synchronized": false,
"abstract": true,
"autowire": false,
"autowiring_types": [],
"file": null,
"factory_class": "Full\\Qualified\\FactoryClass",
"factory_method": "get",
"tags": [],
"autowire": false,
"autowiring_types": []
"tags": []
}

View File

@ -7,6 +7,8 @@
"shared": true,
"synchronized": false,
"abstract": false,
"autowire": false,
"autowiring_types": [],
"file": "\/path\/to\/file",
"factory_service": "factory.service",
"factory_method": "get",
@ -28,7 +30,5 @@
"name": "tag2",
"parameters": []
}
],
"autowire": false,
"autowiring_types": []
]
}

View File

@ -1,16 +1,16 @@
{
"class": "Full\\Qualified\\Class1",
"scope": "container",
"public": true,
"synthetic": false,
"lazy": true,
"shared": true,
"synchronized": true,
"abstract": true,
"file": null,
"factory_class": "Full\\Qualified\\FactoryClass",
"factory_method": "get",
"tags": [],
"autowire": false,
"autowiring_types": []
"class": "Full\\Qualified\\Class1",
"scope": "container",
"public": true,
"synthetic": false,
"lazy": true,
"shared": true,
"synchronized": true,
"abstract": true,
"autowire": false,
"autowiring_types": [],
"file": null,
"factory_class": "Full\\Qualified\\FactoryClass",
"factory_method": "get",
"tags": []
}

View File

@ -1,34 +1,34 @@
{
"class": "Full\\Qualified\\Class2",
"scope": "container",
"public": false,
"synthetic": true,
"lazy": false,
"shared": true,
"synchronized": false,
"abstract": false,
"file": "\/path\/to\/file",
"factory_service": "factory.service",
"factory_method": "get",
"tags": [
{
"name": "tag1",
"parameters": {
"attr1": "val1",
"attr2": "val2"
}
},
{
"name": "tag1",
"parameters": {
"attr3": "val3"
}
},
{
"name": "tag2",
"parameters": []
}
],
"autowire": false,
"autowiring_types": []
"class": "Full\\Qualified\\Class2",
"scope": "container",
"public": false,
"synthetic": true,
"lazy": false,
"shared": true,
"synchronized": false,
"abstract": false,
"autowire": false,
"autowiring_types": [],
"file": "\/path\/to\/file",
"factory_service": "factory.service",
"factory_method": "get",
"tags": [
{
"name": "tag1",
"parameters": {
"attr1": "val1",
"attr2": "val2"
}
},
{
"name": "tag1",
"parameters": {
"attr3": "val3"
}
},
{
"name": "tag2",
"parameters": []
}
]
}