public class Context extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Context.PathScope |
class |
Context.SchemaScope |
| Constructor and Description |
|---|
Context(Set<Difference.Type> compatibleChanges) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDifference(Difference.Type type) |
void |
addDifference(String attribute,
Difference.Type type) |
void |
addDifferences(List<Difference> differences) |
Context.PathScope |
enterPath(String path) |
Context.SchemaScope |
enterSchema(org.everit.json.schema.Schema schema) |
List<Difference> |
getDifferences() |
Context |
getSubcontext() |
boolean |
isCompatible() |
public Context(Set<Difference.Type> compatibleChanges)
public Context getSubcontext()
public Context.SchemaScope enterSchema(org.everit.json.schema.Schema schema)
public Context.PathScope enterPath(String path)
public boolean isCompatible()
public List<Difference> getDifferences()
public void addDifference(Difference.Type type)
public void addDifference(String attribute, Difference.Type type)
public void addDifferences(List<Difference> differences)
Copyright © 2026 Confluent, Inc.. All rights reserved.