@ComponentSpecification public interface PojoPathFunctionManager
PojoPathFunction
s. PojoPathNavigator
instance will have an PojoPathFunctionManager
to
resolve
PojoPathFunction
s. Further the PojoPathContext
can
provide additional functions
that are used prior.getFunction(String)
Modifier and Type | Method and Description |
---|---|
PojoPathFunction |
getFunction(String functionName)
This method gets a
PojoPathFunction by its name. |
PojoPathFunction getFunction(String functionName)
PojoPathFunction
by its name. Therefore the PojoPathFunction
instance
has to be registered somehow in the implementation of this
interface.functionName
- is the name of the requested PojoPathFunction
excluding the
prefix
.PojoPathFunction
or null
if no PojoPathFunction
is
registered for the given functionName
.Copyright © 2001–2016 mmm-Team. All rights reserved.