CotomyDotBindNameGenerator
Generates bind names using dot notation (e.g. user.name).
Methods
| Method | Description |
|---|---|
create(name, parent?) | Creates a name with dot notation when parent is present. |
createIndex(parent, index) | Creates an indexed name using bracket notation for arrays. |