Package io.quarkus.qute
Interface Resolver
- All Known Subinterfaces:
NamespaceResolver,TemplateGlobalProvider,ValueResolver
- All Known Implementing Classes:
NamespaceResolver.NamespaceResolverImpl,ReflectionValueResolver
public interface Resolver
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionresolve(EvalContext context) This method should return an instance ofResults#NotFoundif it's not possible to resolve the context.
-
Method Details
-
resolve
This method should return an instance ofResults#NotFoundif it's not possible to resolve the context. Any other value is considered a valid result, includingnull.- Parameters:
context-- Returns:
- the result
-