Uses of Class
io.confluent.kafka.schemaregistry.protobuf.ProtobufSchema.ProtobufMeta
Packages that use ProtobufSchema.ProtobufMeta
Package
Description
-
Uses of ProtobufSchema.ProtobufMeta in io.confluent.kafka.schemaregistry.protobuf
Methods in io.confluent.kafka.schemaregistry.protobuf that return ProtobufSchema.ProtobufMetaModifier and TypeMethodDescriptionstatic ProtobufSchema.ProtobufMetaProtobufSchema.findMeta(String name, List<com.squareup.wire.schema.internal.parser.OptionElement> options) static ProtobufSchema.ProtobufMetaProtobufSchema.findMeta(String name, Map<String, com.squareup.wire.schema.internal.parser.OptionElement> options) -
Uses of ProtobufSchema.ProtobufMeta in io.confluent.kafka.schemaregistry.protobuf.dynamic
Methods in io.confluent.kafka.schemaregistry.protobuf.dynamic with parameters of type ProtobufSchema.ProtobufMetaModifier and TypeMethodDescriptionEnumDefinition.Builder.addValue(String name, int num, ProtobufSchema.ProtobufMeta meta, Boolean isDeprecated, Boolean isDebugRedact, com.google.protobuf.DescriptorProtos.FeatureSet features, com.google.protobuf.DescriptorProtos.FieldOptions.FeatureSupport featureSupport) DynamicSchema.Builder.setMeta(ProtobufSchema.ProtobufMeta meta) EnumDefinition.Builder.setMeta(ProtobufSchema.ProtobufMeta meta) FieldDefinition.Builder.setMeta(ProtobufSchema.ProtobufMeta meta) MessageDefinition.Builder.setMeta(ProtobufSchema.ProtobufMeta meta)