Uses of Interface
dev.metaschema.core.metapath.function.IFunctionResolver
Packages that use IFunctionResolver
Package
Description
Provides the core Metapath expression language implementation.
Provides the core framework for defining and executing Metapath functions.
-
Uses of IFunctionResolver in dev.metaschema.core.metapath
Methods in dev.metaschema.core.metapath with parameters of type IFunctionResolverModifier and TypeMethodDescriptionStaticContext.Builder.functionResolver(IFunctionResolver resolver) Set the function resolver used to lookup function implementations. -
Uses of IFunctionResolver in dev.metaschema.core.metapath.function
Classes in dev.metaschema.core.metapath.function that implement IFunctionResolverModifier and TypeClassDescriptionfinal classSupports looking up named Metapath functions that are loaded using theServiceLoaderinterface.