Class ProtobufSchemaUtils.FormatContext
java.lang.Object
io.confluent.kafka.schemaregistry.protobuf.diff.Context
io.confluent.kafka.schemaregistry.protobuf.ProtobufSchemaUtils.FormatContext
- Enclosing class:
- ProtobufSchemaUtils
-
Nested Class Summary
Nested classes/interfaces inherited from class io.confluent.kafka.schemaregistry.protobuf.diff.Context
Context.ExtendFieldElementInfo, Context.NamedScope, Context.PathScope, Context.Resolver<T>, Context.SchemaScope, Context.TypeElementInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.squareup.wire.schema.internal.parser.OptionElement>filterOptions(List<com.squareup.wire.schema.internal.parser.OptionElement> options) formatNumber(Number number) booleanbooleanparseNumber(String str) Methods inherited from class io.confluent.kafka.schemaregistry.protobuf.diff.Context
addDifference, addDifference, addDifferences, collectTypeInfo, enterName, enterPath, enterSchema, getDifferences, getExtendField, getExtendFieldForFullName, getSubcontext, getType, getTypeForFullName, isCompatible, resolve, resolve, resolveFull, setFullName, setPackageName
-
Constructor Details
-
FormatContext
public FormatContext(boolean ignoreExtensions, boolean normalize)
-
-
Method Details
-
ignoreExtensions
public boolean ignoreExtensions() -
normalize
public boolean normalize() -
formatNumber
-
parseNumber
-
filterOptions
-