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 forAbstractNodeDataWithSchema
specializations which are composed of multiple entries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull T
newChildEntry()
Create a new child entry.
-
-
-
Method Detail
-
newChildEntry
@NonNull T newChildEntry()
Create a new child entry.- Returns:
- A new child entry.
-
-