Class FunctionsMapper
- java.lang.Object
-
- jakarta.el.FunctionMapper
-
- com.github.dozermapper.core.el.mappers.FunctionsMapper
-
public class FunctionsMapper extends jakarta.el.FunctionMapperMaps between EL function names and methods.
-
-
Constructor Summary
Constructors Constructor Description FunctionsMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmapFunction(String prefix, String localName, Method meth)Sets a function which can be resolvedMethodresolveFunction(String prefix, String localName)Resolves functions set viamapFunction(String, String, Method)
-
-
-
Method Detail
-
resolveFunction
public Method resolveFunction(String prefix, String localName)
Resolves functions set viamapFunction(String, String, Method)- Specified by:
resolveFunctionin classjakarta.el.FunctionMapper- Parameters:
prefix- the prefix of the functionlocalName- the short name of the function- Returns:
- the resolved
Methodassigned to the function
-
-