Class ConstructorFunction
- java.lang.Object
-
- org.apache.commons.jxpath.functions.ConstructorFunction
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Constructor
constructor
private static java.lang.Object[]
EMPTY_ARRAY
-
Constructor Summary
Constructors Constructor Description ConstructorFunction(java.lang.reflect.Constructor constructor)
Create a new ConstructorFunction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(ExpressionContext context, java.lang.Object[] parameters)
Converts parameters to suitable types and invokes the constructor.
-
-
-
Method Detail
-
invoke
public java.lang.Object invoke(ExpressionContext context, java.lang.Object[] parameters)
Converts parameters to suitable types and invokes the constructor.
-
-