| Modifier and Type | Method and Description |
|---|---|
<T extends InnerModelObject> |
ModelObjectId.Builder.addChild(Class<T> container)
Adds the node's identity for container.
|
<T extends InnerModelObject & MultiInstanceObject<K>,K extends KeyInfo<T>> |
ModelObjectId.Builder.addChild(Class<T> list,
K key)
Adds the node's identity for list.
|
<E extends LeafIdentifier> |
ModelObjectId.Builder.addChild(E leaf)
Adds the node's identity for leaf.
|
<E extends LeafIdentifier> |
ModelObjectId.Builder.addChild(E leafList,
Object value)
Adds the node's identity for leaf list.
|
static ModelObjectId.Builder |
ModelObjectId.builder()
Retrieves a new path identifier builder.
|
Copyright © 2018. All rights reserved.