All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
addDifference(Difference.Type type) |
void |
addDifference(String attribute,
Difference.Type type) |
void |
addDifferences(List<Difference> differences) |
void |
collectTypeInfo(ProtobufSchema schema,
boolean isOriginal) |
Context.NamedScope |
enterName(String name) |
Context.PathScope |
enterPath(String path) |
Context.SchemaScope |
enterSchema(com.squareup.wire.schema.internal.parser.MessageElement schema) |
List<Difference> |
getDifferences() |
Context.ExtendFieldElementInfo |
getExtendField(String name,
boolean isOriginal) |
Context.ExtendFieldElementInfo |
getExtendFieldForFullName(String fullName,
boolean isOriginal) |
Context |
getSubcontext() |
Context.TypeElementInfo |
getType(String name,
boolean isOriginal) |
Context.TypeElementInfo |
getTypeForFullName(String fullName,
boolean isOriginal) |
boolean |
isCompatible() |
<T> String |
resolve(Context.Resolver<T> resolver,
String name,
boolean isOriginal) |
String |
resolve(String name,
boolean isOriginal) |
<T> kotlin.Pair<String,T> |
resolveFull(Context.Resolver<T> resolver,
String name,
boolean isOriginal) |
void |
setFullName(String name) |
void |
setPackageName(String packageName,
boolean isOriginal) |