public class ConstructorFunction extends Object implements Function
Constructor and Description |
---|
ConstructorFunction(Constructor constructor)
Create a new ConstructorFunction.
|
Modifier and Type | Method and Description |
---|---|
Object |
invoke(ExpressionContext context,
Object[] parameters)
Converts parameters to suitable types and invokes the constructor.
|
public ConstructorFunction(Constructor constructor)
constructor
- the constructor to call.Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.