Class MapEntryEndControl

All Implemented Interfaces:
Serializable

public final class MapEntryEndControl extends MapEntryControl
A Control that represents the end 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

    • MapEntryEndControl

      public MapEntryEndControl(IValueAccessor<?> root, String path, String key)
      Creates a new map entry end 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.