Uses of Class
org.apache.pulsar.client.impl.schema.JSONSchema
-
Packages that use JSONSchema Package Description org.apache.pulsar.client.impl.schema -
-
Uses of JSONSchema in org.apache.pulsar.client.impl.schema
Methods in org.apache.pulsar.client.impl.schema that return JSONSchema Modifier and Type Method Description static <T> JSONSchema<T>JSONSchema. of(java.lang.Class<T> pojo)static <T> JSONSchema<T>JSONSchema. of(java.lang.Class<T> pojo, java.util.Map<java.lang.String,java.lang.String> properties)static <T> JSONSchema<T>JSONSchema. of(org.apache.pulsar.client.api.schema.SchemaDefinition<T> schemaDefinition)
-