Package org.elasticsearch.painless.spi
Class WhitelistConstructor
java.lang.Object
org.elasticsearch.painless.spi.WhitelistConstructor
Constructor represents the equivalent of a Java constructor available as a whitelisted 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 whitelisted from. -
canonicalTypeNameParameters
-
painlessAnnotations
TheMapof annotations for this constructor.
-
-
Constructor Details