Models Namespace
The default namespace is not specifying one. This namespace is used to retrieve either named mappings or full component paths.
1st Level DSL
DSL | Description |
| Same as saying id. Get a mapped instance with the same name as defined in the property, argument or setter method. |
| Get a mapped instance with the same name as defined in the property, argument or setter method. |
| Get a mapped instance with the same name as defined in the property, argument or setter method. |
2nd Level DSL
| Description |
| Get a mapped instance by using the second part of the DSL as the mapping name. |
| Get a mapped instance by using the second part of the DSL as the mapping name. |
3rd Level DSL
| Description |
| Get the {name} instance object, call the {method} and inject the results |
| Get the {name} instance object, call the {method} and inject the results |
Last updated