Home Reference Source Test
private class | source

RoutePath

Route's path ValueObject For internal use

Static Method Summary

Static Public Methods
public static

of(path: string): *

Factory method to create a new instance

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public
public
public

hasPath(): boelean

public
public

Static Public Methods

public static of(path: string): * source

Factory method to create a new instance

Params:

NameTypeAttributeDescription
path string

Return:

*

Public Constructors

public constructor(path: string) source

Params:

NameTypeAttributeDescription
path string

Public Methods

public clone(): RoutePath source

Return:

RoutePath

public getPath(): string source

Return:

string

public hasPath(): boelean source

Return:

boelean

public isRoot(): boolean source

Return:

boolean

public toObject(): Object source

Return:

Object