Class MatchEntriesInitializer
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.serialization.MatchEntriesInitializer
Initializes serializer registry with match entry serializers.
- Author:
- michal.polkorab
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerMatchEntrySerializers
(SerializerRegistry serializerRegistry) Registers match entry serializers into provided registry.
-
Method Details
-
registerMatchEntrySerializers
Registers match entry serializers into provided registry.- Parameters:
serializerRegistry
- registry to be initialized with match entry serializers
-