parts property

List<Object> parts
final

The components of the reference. Each entry must be either a String (to index into a DynamicMap) an integer (to index into a DynamicList).

It is an error for any of the parts to be of any other type.

Implementation

final List<Object> parts;