Uses of Enum Class
io.smallrye.common.expression.Expression.Flag
-
Uses of Expression.Flag in io.smallrye.common.expression
Methods in io.smallrye.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 io.smallrye.common.expression with parameters of type Expression.FlagModifier and TypeMethodDescriptionstatic ExpressionExpression.compile(String string, Expression.Flag... flags) Compile an expression string.Method parameters in io.smallrye.common.expression with type arguments of type Expression.FlagModifier and TypeMethodDescriptionstatic ExpressionExpression.compile(String string, EnumSet<Expression.Flag> flags) Compile an expression string.