T
- Type of extensible objectE
- Extension marker interface@Beta public interface ExtensibleObject<T extends ExtensibleObject<T,E>,E extends ObjectExtension<T,E>>
Modifier and Type | Method and Description |
---|---|
default @NonNull ClassToInstanceMap<E> |
getExtensions()
Return a map of currently-supported extensions, along with accessor objects which provide access to the specific
functionality bound to this object.
|
default @NonNull ClassToInstanceMap<E> getExtensions()
Copyright © 2020 OpenDaylight. All rights reserved.