public class InstanceManufacturerFastCtor extends Object implements InstanceManufacturer
Constructor and Description |
---|
InstanceManufacturerFastCtor(Class targetClass,
net.sf.cglib.reflect.FastConstructor ctor,
ExprEvaluator[] expr) |
Modifier and Type | Method and Description |
---|---|
Object |
make(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
static Object |
makeUnderlyingFromFastCtor(Object[] properties,
net.sf.cglib.reflect.FastConstructor ctor,
Class target) |
public InstanceManufacturerFastCtor(Class targetClass, net.sf.cglib.reflect.FastConstructor ctor, ExprEvaluator[] expr)
public Object make(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
make
in interface InstanceManufacturer