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 Summary
ConstructorsConstructorDescriptionConverterExtensionKey(T type, org.opendaylight.yangtools.yang.common.Uint8 ofVersion)  - 
Method Summary
Methods inherited from class org.opendaylight.openflowplugin.extension.api.TypeVersionKey
equals, getType, hashCode, toString 
- 
Constructor Details
- 
ConverterExtensionKey
 
 -