Uses of Class
org.wildfly.common.expression.Expression.Flag
-
Packages that use Expression.Flag Package Description org.wildfly.common.expression Expression string parsing and expansion classes. -
-
Uses of Expression.Flag in org.wildfly.common.expression
Methods in org.wildfly.common.expression that return Expression.Flag Modifier and Type Method Description static Expression.Flag
Expression.Flag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Expression.Flag[]
Expression.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.common.expression with parameters of type Expression.Flag Modifier and Type Method Description static Expression
Expression. compile(java.lang.String string, Expression.Flag... flags)
Compile an expression string.Method parameters in org.wildfly.common.expression with type arguments of type Expression.Flag Modifier and Type Method Description static Expression
Expression. compile(java.lang.String string, java.util.EnumSet<Expression.Flag> flags)
Compile an expression string.
-