PathsBuilder
Description
Object with the methods to build a property path.
Methods
path<T extends FluentPath<PathToken>>( builderFn: (pathBuilder: PathBuilder) => T ): TParameters
| Name | Type | Description |
|---|---|---|
| (pathBuilder: PathBuilder) => T |
PathsBuilder
Description
Constant with the utils for PathsBuilder objects.
Methods
createFrom<O extends object>( container: Container<undefined>, object: O ): O & PathsBuilderFactory function that allows to crete a PathsBuilder from the object provided.
Parameters
| Name | Type | Description |
|---|---|---|
| Container<undefined> | The related container with the data for the | |
| O | The base base from where to create the |
Returns
The PathsBuilder statement created from the object provided.