Uses of Interface
org.opendaylight.yangtools.binding.DataObjectIdentifier.Builder.WithKey
Packages that use DataObjectIdentifier.Builder.WithKey
Package
Description
Internal implementation details.
-
Uses of DataObjectIdentifier.Builder.WithKey in org.opendaylight.yangtools.binding
Methods in org.opendaylight.yangtools.binding that return DataObjectIdentifier.Builder.WithKeyModifier and TypeMethodDescriptionstatic <C extends ChoiceIn<? extends DataRoot<?>> & DataObject,
N extends EntryObject<N, K> & ChildOf<? super C>, K extends Key<N>>
@NonNull DataObjectIdentifier.Builder.WithKey<N, K> DataObjectIdentifier.builder
(@NonNull Class<C> caze, @NonNull Class<N> listItem, @NonNull K listKey) static <N extends EntryObject<N,
K> & ChildOf<? extends DataRoot<?>>, K extends Key<N>>
@NonNull DataObjectIdentifier.Builder.WithKey<N, K> static <R extends DataRoot<R>,
N extends EntryObject<N, K> & ChildOf<? super R>, K extends Key<N>>
@NonNull DataObjectIdentifier.Builder.WithKey<N, K> DataObjectIdentifier.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 DataObjectIdentifier.Builder.WithKey<N, K> DataObjectIdentifier.builderOfInherited
(Class<R> root, Class<C> caze, Class<N> listItem, K listKey) <N extends EntryObject<N,
K> & ChildOf<? super T>, K extends Key<N>>
DataObjectIdentifier.Builder.WithKey<N, K> <C extends ChoiceIn<? super T> & DataObject,
K extends Key<N>, N extends EntryObject<N, K> & ChildOf<? super C>>
DataObjectIdentifier.Builder.WithKey<N, K> DataObjectIdentifier.WithKey.toBuilder()
-
Uses of DataObjectIdentifier.Builder.WithKey in org.opendaylight.yangtools.binding.impl
Classes in org.opendaylight.yangtools.binding.impl that implement DataObjectIdentifier.Builder.WithKeyModifier and TypeClassDescriptionfinal class
DataObjectIdentifierBuilderWithKey<T extends EntryObject<T,
K>, K extends Key<T>> Methods in org.opendaylight.yangtools.binding.impl that return DataObjectIdentifier.Builder.WithKeyModifier and TypeMethodDescriptionprotected abstract <X extends EntryObject<X,
Y>, Y extends Key<X>>
DataObjectIdentifier.Builder.WithKey<X, Y> <C extends ChoiceIn<? super T> & DataObject,
K extends Key<N>, N extends EntryObject<N, K> & ChildOf<? super C>>
DataObjectIdentifier.Builder.WithKey<N, K> <N extends EntryObject<N,
K> & ChildOf<? super T>, K extends Key<N>>
DataObjectIdentifier.Builder.WithKey<N, K>