Interface MultipleEntryDataWithSchema<T extends AbstractNodeDataWithSchema<?>>
- Type Parameters:
T
- Entry AbstractNodeDataWithSchema type
- All Known Implementing Classes:
LeafListNodeDataWithSchema
,ListNodeDataWithSchema
Marker interface for
AbstractNodeDataWithSchema
specializations which are composed of multiple entries.-
Method Summary
-
Method Details
-
newChildEntry
@NonNull T newChildEntry()Create a new child entry.- Returns:
- A new child entry.
-