Uses of Interface
org.opendaylight.yangtools.binding.DataObjectReference.Builder.WithKey
Packages that use DataObjectReference.Builder.WithKey
Package
Description
Internal implementation details.
-
Uses of DataObjectReference.Builder.WithKey in org.opendaylight.yangtools.binding
Subinterfaces of DataObjectReference.Builder.WithKey in org.opendaylight.yangtools.bindingModifier and TypeInterfaceDescriptionstatic interface
DataObjectIdentifier.Builder.WithKey<T extends EntryObject<T,
K>, K extends Key<T>> A builder ofDataObjectReference.WithKey
objects.Methods in org.opendaylight.yangtools.binding that return DataObjectReference.Builder.WithKeyModifier and TypeMethodDescriptionstatic <C extends ChoiceIn<? extends DataRoot<?>> & DataObject,
N extends EntryObject<N, K> & ChildOf<? super C>, K extends Key<N>>
@NonNull DataObjectReference.Builder.WithKey<N, K> static <N extends EntryObject<N,
K> & ChildOf<? extends DataRoot<?>>, K extends Key<N>>
@NonNull DataObjectReference.Builder.WithKey<N, K> static <R extends DataRoot<R>,
N extends EntryObject<N, K> & ChildOf<? super R>, K extends Key<N>>
@NonNull DataObjectReference.Builder.WithKey<N, K> DataObjectReference.builderOfInherited
(@NonNull Class<R> root, @NonNull Class<N> listItem, @NonNull K listKey) static <R extends DataRoot<R>,
C extends ChoiceIn<? super R> & DataObject, N extends EntryObject<N, K> & ChildOf<? super C>, K extends Key<N>>
@NonNull DataObjectReference.Builder.WithKey<N, K> DataObjectReference.builderOfInherited
(Class<R> root, Class<C> caze, Class<N> listItem, K listKey) <N extends EntryObject<N,
K> & ChildOf<? super T>, K extends Key<N>>
@NonNull DataObjectReference.Builder.WithKey<N, K> Append the specified listItem as a child of the data object this build currently references.<C extends ChoiceIn<? super T> & DataObject,
K extends Key<N>, N extends EntryObject<N, K> & ChildOf<? super C>>
@NonNull DataObjectReference.Builder.WithKey<N, K> DataObjectReference.Builder.child
(@NonNull Class<C> caze, @NonNull Class<N> listItem, @NonNull K listKey) Append the specified listItem as a child of the data object this build currently references.DataObjectReference.WithKey.toBuilder()
DataObjectIdentifier.Builder.WithKey.toReferenceBuilder()
-
Uses of DataObjectReference.Builder.WithKey in org.opendaylight.yangtools.binding.impl
Classes in org.opendaylight.yangtools.binding.impl that implement DataObjectReference.Builder.WithKeyModifier and TypeClassDescriptionfinal class
DataObjectIdentifierBuilderWithKey<T extends EntryObject<T,
K>, K extends Key<T>> final class
DataObjectReferenceBuilderWithKey<T extends EntryObject<T,
K>, K extends Key<T>> Methods in org.opendaylight.yangtools.binding.impl that return DataObjectReference.Builder.WithKeyModifier and TypeMethodDescriptionprotected abstract <X extends EntryObject<X,
Y>, Y extends Key<X>>
@NonNull DataObjectReference.Builder.WithKey<X, Y> <C extends ChoiceIn<? super T> & DataObject,
K extends Key<N>, N extends EntryObject<N, K> & ChildOf<? super C>>
DataObjectReference.Builder.WithKey<N, K> <N extends EntryObject<N,
K> & ChildOf<? super T>, K extends Key<N>>
DataObjectReference.Builder.WithKey<N, K> DataObjectIdentifierBuilderWithKey.toReferenceBuilder()
-
Uses of DataObjectReference.Builder.WithKey in org.opendaylight.yangtools.yang.binding
Classes in org.opendaylight.yangtools.yang.binding that implement DataObjectReference.Builder.WithKeyModifier and TypeClassDescriptionstatic final class
InstanceIdentifier.KeyedBuilder<T extends EntryObject<T,
K>, K extends Key<T>> Deprecated.