Interface NodeId.IdFactory
- All Known Implementing Classes:
NodeId.StringIdFactory
,NodeId.TestIdFactory
,NodeId.UuidIdFactory
- Enclosing class:
- NodeId
public static interface NodeId.IdFactory
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String value) default NodeId
newChildId
(NodeId root) newId()
default Serializable
newId
(Serializable name) Override this in other factories to be able to specify something other than UUID, based on the passed name
-
Method Details
-
newId
Serializable newId() -
newId
Override this in other factories to be able to specify something other than UUID, based on the passed name -
fromString
-
newChildId
-