Class ParseUrl
java.lang.Object
software.amazon.smithy.rulesengine.language.syntax.fn.FunctionDefinition
software.amazon.smithy.rulesengine.language.stdlib.ParseUrl
A rule-set function to parse a URI from a string.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Identifier
static final String
static final Identifier
static final Identifier
static final Identifier
static final Identifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEvaluate the arguments to a given function to compute a result.The arguments to this function.getId()
The ID of this function.The return type of this function definition.static Function
ofExpression
(Expression expression)
-
Field Details
-
ID
- See Also:
-
SCHEME
-
AUTHORITY
-
PATH
-
NORMALIZED_PATH
-
IS_IP
-
-
Constructor Details
-
ParseUrl
public ParseUrl()
-
-
Method Details
-
getId
Description copied from class:FunctionDefinition
The ID of this function.- Specified by:
getId
in classFunctionDefinition
- Returns:
- The ID string
-
getArguments
Description copied from class:FunctionDefinition
The arguments to this function.- Specified by:
getArguments
in classFunctionDefinition
- Returns:
- The function arguments
-
ofExpression
-
getReturnType
Description copied from class:FunctionDefinition
The return type of this function definition.- Specified by:
getReturnType
in classFunctionDefinition
- Returns:
- The function return type
-
evaluate
Description copied from class:FunctionDefinition
Evaluate the arguments to a given function to compute a result.- Specified by:
evaluate
in classFunctionDefinition
- Returns:
- The resulting value
-