Package | Description |
---|---|
org.opendaylight.mdsal.binding.generator.impl | |
org.opendaylight.yangtools.yang.binding |
Modifier and Type | Method and Description |
---|---|
static InstanceIdentifier.IdentifiableItem<?,?> |
CodecTypeUtils.newIdentifiableItem(Class<?> type,
Object key) |
Modifier and Type | Method and Description |
---|---|
static <C extends ChoiceIn<?> & DataObject,T extends ChildOf<? super C> & Identifiable<I>,I extends Identifier<T>> |
InstanceIdentifier.IdentifiableItem.of(Class<C> caseType,
Class<T> type,
I key)
Return an IdentifiableItem instance backed by the specified class with specified key.
|
static <T extends Identifiable<I> & DataObject,I extends Identifier<T>> |
InstanceIdentifier.IdentifiableItem.of(Class<T> type,
I key)
Return an IdentifiableItem instance backed by the specified class with specified key.
|
Copyright © 2019 OpenDaylight. All rights reserved.