Skip to main content

CotomyDotBindNameGenerator

Generates bind names using dot notation (e.g. user.name).

Methods

MethodDescription
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.