java.lang.Object
io.quarkus.qute.Identifiers
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Identifiers
public Identifiers()
-
-
Method Details
-
isValid
A valid identifier is a sequence of non-whitespace characters.- Parameters:
value-- Returns:
trueif the value represents a valid identifier,falseotherwise
-