Uses of Class
org.apache.pulsar.client.impl.schema.ProtobufNativeSchema
-
Packages that use ProtobufNativeSchema Package Description org.apache.pulsar.client.impl.schema Pulsar Client schema. -
-
Uses of ProtobufNativeSchema in org.apache.pulsar.client.impl.schema
Methods in org.apache.pulsar.client.impl.schema that return ProtobufNativeSchema Modifier and Type Method Description static <T extends com.google.protobuf.GeneratedMessageV3>
ProtobufNativeSchema<T>ProtobufNativeSchema. of(java.lang.Class<T> pojo)static <T extends com.google.protobuf.GeneratedMessageV3>
ProtobufNativeSchema<T>ProtobufNativeSchema. of(java.lang.Class pojo, java.util.Map<java.lang.String,java.lang.String> properties)static <T> ProtobufNativeSchemaProtobufNativeSchema. of(org.apache.pulsar.client.api.schema.SchemaDefinition<T> schemaDefinition)static <T> ProtobufNativeSchemaProtobufNativeSchema. ofGenericClass(java.lang.Class<T> pojo, java.util.Map<java.lang.String,java.lang.String> properties)
-