public class ClassPathConfigFunctionLoader extends Object implements FunctionLoader
| Modifier and Type | Method and Description |
|---|---|
static ClassPathConfigFunctionLoader |
getInstance() |
AviatorFunction |
onFunctionNotFound(String name)
Invoked when function not found, The implementation must returns null when function not
found.
|
public static ClassPathConfigFunctionLoader getInstance()
public AviatorFunction onFunctionNotFound(String name)
FunctionLoaderonFunctionNotFound in interface FunctionLoadername - function nameCopyright © 2010–2022. All rights reserved.