Package org.elasticsearch.painless.spi
Class WhitelistField
java.lang.Object
org.elasticsearch.painless.spi.WhitelistField
Field represents the equivalent of a Java field available as a whitelisted class field
within Painless. Fields for Painless classes may be accessed exactly as fields for Java classes
are using the '.' operator on an existing class variable/field.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe canonical type name for the field which can be used to look up the Java field through reflection.final StringThe field name used to look up the field reflection object.final StringInformation about where this method was whitelisted from.TheMapof annotations for this field. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
origin
Information about where this method was whitelisted from. -
fieldName
The field name used to look up the field reflection object. -
canonicalTypeNameParameter
The canonical type name for the field which can be used to look up the Java field through reflection. -
painlessAnnotations
TheMapof annotations for this field.
-
-
Constructor Details