Uses of Class
org.apache.commons.jexl3.introspection.JexlUberspect.JexlResolver
-
Packages that use JexlUberspect.JexlResolver Package Description org.apache.commons.jexl3.introspection Provides high-level introspective services. -
-
Uses of JexlUberspect.JexlResolver in org.apache.commons.jexl3.introspection
Methods in org.apache.commons.jexl3.introspection that return JexlUberspect.JexlResolver Modifier and Type Method Description static JexlUberspect.JexlResolver
JexlUberspect.JexlResolver. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JexlUberspect.JexlResolver[]
JexlUberspect.JexlResolver. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-