Class MvelReferenceGenerator
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.utils.MvelReferenceGenerator
-
- Direct Known Subclasses:
ReferenceHrefGenerator
,ReferenceTagDescriptionGenerator
public abstract class MvelReferenceGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description MvelReferenceGenerator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected org.mvel2.templates.CompiledTemplate
compiled(String template)
protected Map<Object,Object>
contextFor(Object value)
protected String
generateWith(Object value)
protected org.mvel2.ParserContext
parserContext()
protected abstract String
template()
-