public class QNBeanSpecExpression extends DynamicExpression<Object>
Expression instance that evaluates the Benerator script notation for Java object specification
as one of the following:
myInstancecom.my.SpecialClassnew com.my.SpecialClass(3, 'test')new com.my.SpecialClass[id=3, name='test']| Constructor and Description |
|---|
QNBeanSpecExpression(String[] qn) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(org.databene.commons.Context context) |
BeanSpec |
resolve(org.databene.commons.Context context) |
isConstantCopyright © 2011–2014 Volker Bergmann. All rights reserved.