Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.SchemaString
Packages that use SchemaString
Package
Description
-
Uses of SchemaString in io.confluent.kafka.schemaregistry.client.rest
Methods in io.confluent.kafka.schemaregistry.client.rest that return SchemaStringModifier and TypeMethodDescriptionRestService.getId(int id) RestService.getId(int id, boolean fetchMaxId) RestService.getId(Map<String, String> requestProperties, int id, String subject, String format, String referenceFormat, Set<String> findTags, boolean fetchMaxId) RestService.getId(Map<String, String> requestProperties, int id, String subject, String format, Set<String> findTags, boolean fetchMaxId) RestService.getId(Map<String, String> requestProperties, int id, String subject, Set<String> findTags, boolean fetchMaxId) -
Uses of SchemaString in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that return SchemaStringConstructors in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type SchemaStringModifierConstructorDescriptionSchema(String subject, Integer version, Integer id, SchemaString schemaString)