@@ -109,50 +109,50 @@ Example for a .yml definition:
109109:DEPENDENCIES :
110110 - ADependency
111111:DEFINITIONS :
112- - :baseClass : PersonType
113- :targetClass : InjectablePerson
114- :targetClassName : InjectablePerson
112+ - :base_class : PersonType
113+ :target_class : InjectablePerson
114+ :target_class_name : InjectablePerson
115115 :name : initializer
116- - :baseClass : PersonType
117- :targetClass : InjectablePerson
118- :targetClassName : InjectablePerson
119- - :baseClass : PersonType
120- :targetClass : PersonType
121- :targetClassName : PersonType
122- - :baseClass : AnotherPersonType
123- :targetClass : AnotherPersonType
124- :targetClassName : AnotherPersonType
125- - :baseClass : PersonType
126- :targetClass : InjectablePerson
127- :targetClassName : InjectablePerson
116+ - :base_class : PersonType
117+ :target_class : InjectablePerson
118+ :target_class_name : InjectablePerson
119+ - :base_class : PersonType
120+ :target_class : PersonType
121+ :target_class_name : PersonType
122+ - :base_class : AnotherPersonType
123+ :target_class : AnotherPersonType
124+ :target_class_name : AnotherPersonType
125+ - :base_class : PersonType
126+ :target_class : InjectablePerson
127+ :target_class_name : InjectablePerson
128128 :arguments :
129- - :argumentName : argumentName
130- :argumentType : ArgumentType
131- - :baseClass : PersonType
132- :targetClass : InjectablePerson
133- :targetClassName : InjectablePerson
129+ - :argument_name : argument_name
130+ :argument_type : argument_type
131+ - :base_class : PersonType
132+ :target_class : InjectablePerson
133+ :target_class_name : InjectablePerson
134134 :arguments :
135- - :argumentName : argumentName
136- :argumentType : ArgumentType
137- - :argumentName : argumenttypewithoutspecificname
138- :argumentType : ArgumentTypeWithoutSpecificName
139- - :argumentName : title
140- :argumentType : String
141- - :argumentName : string
142- :argumentType : String
143- - :baseClass : PersonType
144- :targetClass : InjectablePerson
145- :targetClassName : InjectablePerson
135+ - :argument_name : argument_name
136+ :argument_type : argument_type
137+ - :argument_name : argument_typewithoutspecificname
138+ :argument_type : argument_typeWithoutSpecificName
139+ - :argument_name : title
140+ :argument_type : String
141+ - :argument_name : string
142+ :argument_type : String
143+ - :base_class : PersonType
144+ :target_class : InjectablePerson
145+ :target_class_name : InjectablePerson
146146 :name : initializer
147147 :arguments :
148- - :argumentName : argumentName
149- :argumentType : ArgumentType
150- - :argumentName : argumenttypewithoutspecificname
151- :argumentType : ArgumentTypeWithoutSpecificName
152- - :argumentName : title
153- :argumentType : String
154- - :argumentName : string
155- :argumentType : String
148+ - :argument_name : argument_name
149+ :argument_type : argument_type
150+ - :argument_name : argument_typewithoutspecificname
151+ :argument_type : argument_typeWithoutSpecificName
152+ - :argument_name : title
153+ :argument_type : String
154+ - :argument_name : string
155+ :argument_type : String
156156` ` `
157157
158158## Generation Examples
0 commit comments