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) |
Map<Class<? extends Augmentation<?>>,Augmentation<?>> getAugmentations(Object obj)
Copyright © 2019 OpenDaylight. All rights reserved.