- All Superinterfaces:
Comparable<OrderedServiceProvider>,OrderedServiceProvider
A Service Provider Interface (SPI) for expression parsers.
-
Method Summary
Modifier and TypeMethodDescriptioninstance(RuntimeContext<?> context) Method returns a new or existing expression resolver.Methods inherited from interface org.evrete.api.OrderedServiceProvider
compareTo, sortOrder
-
Method Details
-
instance
Method returns a new or existing expression resolver. If the implementation has a state, developers might want to use the provided
RuntimeContextas aWeakReferencekey for that state.- Parameters:
context- runtime context from which the resolver is requested- Returns:
- new or existing instance of
ExpressionResolver
-