org.databene.benerator.script
Class BeanConstruction<E>
java.lang.Object
org.databene.commons.expression.DynamicExpression<E>
org.databene.benerator.script.BeanConstruction<E>
- All Implemented Interfaces:
- org.databene.commons.Expression<E>
public class BeanConstruction<E>
- extends org.databene.commons.expression.DynamicExpression<E>
Expression implementation that instantiates a JavaBean by default constructor and
calls its property setters for initializing state.
Created at 06.10.2009 11:48:59
- Since:
- 0.6.0
- Author:
- Volker Bergmann
|
Method Summary |
E |
evaluate(org.databene.commons.Context context)
|
| Methods inherited from class org.databene.commons.expression.DynamicExpression |
isConstant |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanConstruction
public BeanConstruction(java.lang.String beanClassName,
Assignment[] assignments)
BeanConstruction
public BeanConstruction(org.databene.commons.Expression<E> instantiation,
Assignment[] assignments)
evaluate
public E evaluate(org.databene.commons.Context context)
Copyright © 2011. All Rights Reserved.