public abstract class BeamUniqueKeyGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BeamExpressionTransform |
etran |
protected ShowlUniqueKey |
uniqueKey |
| Constructor and Description |
|---|
BeamUniqueKeyGenerator(BeamExpressionTransform etran,
ShowlUniqueKey uniqueKey) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.helger.jcodemodel.JVar |
createKeyVar(ShowlStructExpression member) |
protected void |
createValues(ShowlStructExpression struct) |
protected BeamExpressionTransform etran
protected ShowlUniqueKey uniqueKey
public BeamUniqueKeyGenerator(BeamExpressionTransform etran, ShowlUniqueKey uniqueKey)
protected void createValues(ShowlStructExpression struct) throws BeamTransformGenerationException
BeamTransformGenerationExceptionpublic abstract com.helger.jcodemodel.JVar createKeyVar(ShowlStructExpression member) throws BeamTransformGenerationException
BeamTransformGenerationExceptionCopyright © 2019. All rights reserved.