@Beta
public interface AugmentationReader
InvocationHandler
to
obtain augmentations from proxy implementations of Augmentable
object.
If implemented proxy does not implement this interface, its augmentations are not properly serialized / deserialized.
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
getAugmentations(Object obj)
Get augmentations.
|
Map<Class<? extends Augmentation<?>>,Augmentation<?>> getAugmentations(Object obj)
obj
- - object implemented this interfaceCopyright © 2019 OpenDaylight. All rights reserved.