Uses of Enum Class
org.wildfly.common.expression.Expression.Flag
Packages that use Expression.Flag
Package
Description
Expression string parsing and expansion classes.
-
Uses of Expression.Flag in org.wildfly.client.config
Methods in org.wildfly.client.config with parameters of type Expression.FlagModifier and TypeMethodDescriptiondefault ExpressionConfigurationXMLStreamReader.getElementExpression(Expression.Flag... flags) Get the element text content as an expression.default ExpressionConfigurationXMLStreamReader.getExpressionAttributeValue(int index, Expression.Flag... flags) Get an attribute value as a compiledExpression. -
Uses of Expression.Flag in org.wildfly.common.expression
Methods in org.wildfly.common.expression that return Expression.FlagModifier and TypeMethodDescriptionstatic Expression.FlagReturns the enum constant of this class with the specified name.static Expression.Flag[]Expression.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wildfly.common.expression with parameters of type Expression.FlagModifier and TypeMethodDescriptionstatic ExpressionExpression.compile(String string, Expression.Flag... flags) Compile an expression string.Method parameters in org.wildfly.common.expression with type arguments of type Expression.FlagModifier and TypeMethodDescriptionstatic ExpressionExpression.compile(String string, EnumSet<Expression.Flag> flags) Compile an expression string.