Uses of Class
com.api.jsonata4java.expressions.RegularExpression.Type
-
Packages that use RegularExpression.Type Package Description com.api.jsonata4java.expressions -
-
Uses of RegularExpression.Type in com.api.jsonata4java.expressions
Methods in com.api.jsonata4java.expressions that return RegularExpression.Type Modifier and Type Method Description RegularExpression.TypeRegularExpression. getType()static RegularExpression.TypeRegularExpression.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RegularExpression.Type[]RegularExpression.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.api.jsonata4java.expressions with parameters of type RegularExpression.Type Constructor Description RegularExpression(RegularExpression.Type type, String regex)
-