Interface MultipleEntryDataWithSchema<T extends AbstractNodeDataWithSchema<?>>

Type Parameters:
T - Entry AbstractNodeDataWithSchema type
All Known Implementing Classes:
LeafListNodeDataWithSchema, ListNodeDataWithSchema

@Beta public interface MultipleEntryDataWithSchema<T extends AbstractNodeDataWithSchema<?>>
Marker interface for AbstractNodeDataWithSchema specializations which are composed of multiple entries.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull T
    Create a new child entry.
  • Method Details

    • newChildEntry

      @NonNull T newChildEntry()
      Create a new child entry.
      Returns:
      A new child entry.