java.lang.Object
io.confluent.kafka.schemaregistry.protobuf.diff.SchemaDiff

public class SchemaDiff extends Object
  • Field Details

  • Constructor Details

    • SchemaDiff

      public SchemaDiff()
  • Method Details

    • compare

      public static List<Difference> compare(ProtobufSchema original, ProtobufSchema update)
    • compareTypeElements

      public static void compareTypeElements(Context ctx, List<com.squareup.wire.schema.internal.parser.TypeElement> original, List<com.squareup.wire.schema.internal.parser.TypeElement> update)