Class ConverterExtensionKey<T extends ExtensionKey>
java.lang.Object
org.opendaylight.openflowplugin.extension.api.TypeVersionKey<T>
org.opendaylight.openflowplugin.extension.api.ConverterExtensionKey<T>
- Type Parameters:
- T- type of key
Lookup and register key for extension converters, basic case expects this to
 correlate with input model type.
- 
Constructor SummaryConstructorsConstructorDescriptionConverterExtensionKey(T type, org.opendaylight.yangtools.yang.common.Uint8 ofVersion) 
- 
Method SummaryMethods inherited from class org.opendaylight.openflowplugin.extension.api.TypeVersionKeyequals, getType, hashCode, toString
- 
Constructor Details- 
ConverterExtensionKey
 
-