Uses of Class
org.apache.commons.jexl3.internal.introspection.ConstructorMethod
-
Packages that use ConstructorMethod Package Description org.apache.commons.jexl3.internal.introspection Provides low-level introspective services. -
-
Uses of ConstructorMethod in org.apache.commons.jexl3.internal.introspection
Methods in org.apache.commons.jexl3.internal.introspection that return ConstructorMethod Modifier and Type Method Description static ConstructorMethod
ConstructorMethod. discover(Introspector is, java.lang.Object ctorHandle, java.lang.Object... args)
Discovers a class constructor and wrap it as a JexlMethod.
-