Package org.opensearch.painless.spi
Class WhitelistConstructor
java.lang.Object
org.opensearch.painless.spi.WhitelistConstructor
Constructor represents the equivalent of a Java constructor available as a allowlisted class
constructor within Painless. Constructors for Painless classes may be accessed exactly as
constructors for Java classes are using the 'new' keyword. Painless classes may have multiple
constructors as long as they comply with arity overloading described for
WhitelistClass.-
Field Details
-
origin
Information about where this constructor was allowlisted from. -
canonicalTypeNameParameters
-
painlessAnnotations
TheMapof annotations for this constructor.
-
-
Constructor Details