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
FieldsModifier and TypeFieldDescriptionstatic final Identifierstatic final Stringstatic final Identifierstatic final Identifierstatic final Identifierstatic final Identifier -
Constructor Summary
Constructors -
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 FunctionofExpression(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:FunctionDefinitionThe ID of this function.- Specified by:
getIdin classFunctionDefinition- Returns:
- The ID string
-
getArguments
Description copied from class:FunctionDefinitionThe arguments to this function.- Specified by:
getArgumentsin classFunctionDefinition- Returns:
- The function arguments
-
ofExpression
-
getReturnType
Description copied from class:FunctionDefinitionThe return type of this function definition.- Specified by:
getReturnTypein classFunctionDefinition- Returns:
- The function return type
-
evaluate
Description copied from class:FunctionDefinitionEvaluate the arguments to a given function to compute a result.- Specified by:
evaluatein classFunctionDefinition- Returns:
- The resulting value
-