Uses of Class
org.apache.commons.jexl3.internal.introspection.ConstructorMethod
Packages that use ConstructorMethod
Package
Description
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 ConstructorMethodModifier and TypeMethodDescriptionstatic ConstructorMethod
ConstructorMethod.discover
(Introspector is, Object ctorHandle, Object... args) Discovers a class constructor and wrap it as a JexlMethod.