java.lang.Object
org.opendaylight.openflowplugin.impl.util.MatchUtil

public final class MatchUtil extends Object
  • Method Details

    • createEmptyV10Match

      public static MatchV10Builder createEmptyV10Match()
    • transformMatch

      public static <T extends Match> @Nullable T transformMatch(@Nullable Match match, @NonNull Class<T> implementedInterface)