Class MapEntryStartControl

All Implemented Interfaces:
Serializable

public final class MapEntryStartControl extends MapEntryControl
A Control that represents the start of a map entry container. A map entry is part of a map value. Each entry is enclosed in a container.
Since:
8.5.0
See Also:
  • Constructor Details

    • MapEntryStartControl

      public MapEntryStartControl(IValueAccessor<?> root, String path, String key)
      Creates a new map entry start control.
      Parameters:
      root - The root object against which the path is evaluated.
      path - The JSON path expression that references the list.
      key - The key of the map entry this control is associated with.