Class ConstructorFunction
java.lang.Object
org.apache.commons.jxpath.functions.ConstructorFunction
- All Implemented Interfaces:
Function
An extension function that creates an instance using a constructor.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorFunction
(Constructor constructor) Constructs a new ConstructorFunction. -
Method Summary
Modifier and TypeMethodDescriptioninvoke
(ExpressionContext context, Object[] parameters) Converts parameters to suitable types and invokes the constructor.