[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

@ -7,10 +7,10 @@
"shared": true, "shared": true,
"synchronized": true, "synchronized": true,
"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": []
} }