F - input message model - OFJava-APIP - represents possible paths in yang schema for augmentationspublic interface ConvertorFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
| Modifier and Type | Method and Description |
|---|---|
ExtensionAugment<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Extension>> |
convert(F input,
P path)
Convert OF model to MD-SAL model.
|
ExtensionAugment<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Extension>> convert(F input, P path)
input - OF modelpath - in yang schema where a converted value has to be augmentedCopyright © 2019 OpenDaylight. All rights reserved.