public class FEELSyntaxLightValidator extends Object
It provides a light validation for variable names, respect to the FEEL syntax
We already have a validation mechanism on back-end side, provided by FeelParser
However, as for now, we cannot use back-end services in dmn client, so the aim of this class is to provide a more accurate as possible validation
Its purpose is to be temporary for the short/middle term
Constructor and Description |
---|
FEELSyntaxLightValidator() |
public static boolean isVariableNameValid(String variableName)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.