[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, "shared": true,
"synchronized": false, "synchronized": false,
"abstract": true, "abstract": true,
"autowire": false,
"autowiring_types": [],
"file": null, "file": null,
"factory_class": "Full\\Qualified\\FactoryClass", "factory_class": "Full\\Qualified\\FactoryClass",
"factory_method": "get", "factory_method": "get",
"tags": [], "tags": []
"autowire": false,
"autowiring_types": []
} }
}, },
"aliases": { "aliases": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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