Class AIVariableResourceResolver
Properties
Protected
Readonly
inMemoryResources
Methods
fromUri
- fromUri(uri): undefined | {
arg: undefined | string;
variableName: string;
} Returns undefined | {
arg: undefined | string;
variableName: string;
}
Protected
toAuthority
- toAuthority(context): string
Returns string
Protected
toUri
- toUri(request, context): URI
Returns URI