Class CoreExtension
java.lang.Object
software.amazon.smithy.rulesengine.language.CoreExtension
- All Implemented Interfaces:
 EndpointRuleSetExtension
Core extensions to smithy-rules-engine.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionProvides built-in parameters to the rules engine.Provides library functions to the rules engine.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.smithy.rulesengine.language.EndpointRuleSetExtension
getAuthSchemeValidators 
- 
Constructor Details
- 
CoreExtension
public CoreExtension() 
 - 
 - 
Method Details
- 
getBuiltIns
Description copied from interface:EndpointRuleSetExtensionProvides built-in parameters to the rules engine.- Specified by:
 getBuiltInsin interfaceEndpointRuleSetExtension- Returns:
 - A list of built-in parameters this extension provides.
 
 - 
getLibraryFunctions
Description copied from interface:EndpointRuleSetExtensionProvides library functions to the rules engine.- Specified by:
 getLibraryFunctionsin interfaceEndpointRuleSetExtension- Returns:
 - A list of library functions this extension provides.
 
 
 -