Uses of Class
org.apache.pulsar.client.impl.schema.generic.GenericSchemaImpl
-
Packages that use GenericSchemaImpl Package Description org.apache.pulsar.client.impl.schema.generic Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of GenericSchemaImpl in org.apache.pulsar.client.impl.schema.generic
Subclasses of GenericSchemaImpl in org.apache.pulsar.client.impl.schema.generic Modifier and Type Class Description classGenericAvroSchemaA generic avro schema.classGenericJsonSchemaA generic json schema.Methods in org.apache.pulsar.client.impl.schema.generic that return GenericSchemaImpl Modifier and Type Method Description static GenericSchemaImplGenericSchemaImpl. of(org.apache.pulsar.common.schema.SchemaInfo schemaInfo)Create a generic schema out of a SchemaInfo.static GenericSchemaImplGenericSchemaImpl. of(org.apache.pulsar.common.schema.SchemaInfo schemaInfo, boolean useProvidedSchemaAsReaderSchema)warning : we suggest migrate GenericSchemaImpl.of() to.of() method (e.g. Constructors in org.apache.pulsar.client.impl.schema.generic with parameters of type GenericSchemaImpl Constructor Description JsonRecordBuilderImpl(GenericSchemaImpl genericSchema)
-