| Package | Description | 
|---|---|
| org.opendaylight.mdsal.binding.api | |
| org.opendaylight.yangtools.yang.binding | 
| Modifier and Type | Method and Description | 
|---|---|
<C extends Identifiable<K> & ChildOf<? super T>,K extends Identifier<C>> | 
DataObjectModification.getModifiedChildListItem(Class<C> listItem,
                        K listKey)
Returns child list item modification if  
child was modified by this modification. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Identifiable<T extends Identifier<? extends Identifiable<T>>>
Identifiable object, which could be identified by it's key 
 | 
static class  | 
InstanceIdentifier.IdentifiableItem<I extends Identifiable<T> & DataObject,T extends Identifier<I>>
An IdentifiableItem represents a object that is usually present in a collection and can be identified uniquely
 by a key. 
 | 
class  | 
KeyedInstanceIdentifier<T extends Identifiable<K> & DataObject,K extends Identifier<T>>
An  
InstanceIdentifier, which has a list key attached at its last path
 element. | 
| Modifier and Type | Method and Description | 
|---|---|
static <N extends Identifiable<K> & ChildOf<? extends DataRoot>,K extends Identifier<N>> | 
InstanceIdentifier.builder(Class<N> listItem,
       K listKey)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier which represents an IdentifiableItem 
 | 
<N extends Identifiable<K> & ChildOf<? super T>,K extends Identifier<N>> | 
InstanceIdentifier.child(Class<N> listItem,
     K listKey)  | 
<N extends Identifiable<K> & ChildOf<? super T>,K extends Identifier<N>> | 
InstanceIdentifier.InstanceIdentifierBuilder.child(Class<N> listItem,
     K listKey)
Append the specified listItem as a child of the current InstanceIdentifier referenced by the builder. 
 | 
<N extends Identifiable<K> & DataObject,K extends Identifier<N>> | 
InstanceIdentifier.firstKeyOf(Class<N> listItem)
Return the key associated with the first component of specified type in
 an identifier. 
 | 
<N extends Identifiable<K> & DataObject,K extends Identifier<N>> | 
InstanceIdentifier.firstKeyOf(Class<N> listItem,
          Class<K> listKey)
Deprecated. 
 
Use  
InstanceIdentifier.firstKeyOf(Class) instead. | 
static <N extends Identifiable<K> & DataObject,K extends Identifier<N>> | 
InstanceIdentifier.keyOf(InstanceIdentifier<N> id)
Return the key associated with the last component of the specified identifier. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BindingStreamEventWriter.startMapEntryNode(Identifier<?> keyValues,
                 int childSizeHint)
Emits start of map entry. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.