Class MatchUtil
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.util.MatchUtil
-
public final class MatchUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatchV10Builder
createEmptyV10Match()
static <T extends Match>
@Nullable TtransformMatch(@Nullable Match match, @NonNull Class<T> implementedInterface)
-
-
-
Method Detail
-
createEmptyV10Match
public static MatchV10Builder createEmptyV10Match()
-
-