| Modifier and Type | Method and Description |
|---|---|
default Optional<ParsedSchema> |
SchemaProvider.parseSchema(Schema schema,
boolean isNew)
Parses a schema.
|
default Optional<ParsedSchema> |
SchemaProvider.parseSchema(Schema schema,
boolean isNew,
boolean normalize)
Parses a schema.
|
ParsedSchema |
SchemaProvider.parseSchemaOrElseThrow(Schema schema,
boolean isNew,
boolean normalize)
Parses a string representing a schema.
|
protected Map<String,String> |
AbstractSchemaProvider.resolveReferences(Schema schema) |
protected Map<String,String> |
AbstractSchemaProvider.resolveReferences(Schema schema,
boolean isNew) |
| Modifier and Type | Method and Description |
|---|---|
ParsedSchema |
AvroSchemaProvider.parseSchemaOrElseThrow(Schema schema,
boolean isNew,
boolean normalize) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaVersionFetcher.getByVersion(String subject,
int version,
boolean lookupDeletedSchema) |
Schema |
CachedSchemaRegistryClient.getByVersion(String subject,
int version,
boolean lookupDeletedSchema) |
Schema |
MockSchemaRegistryClient.getByVersion(String subject,
int version,
boolean lookupDeletedSchema) |
default Schema |
SchemaRegistryClient.getByVersion(String subject,
int version,
boolean lookupDeletedSchema) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParsedSchema> |
CachedSchemaRegistryClient.parseSchema(Schema schema) |
Optional<ParsedSchema> |
MockSchemaRegistryClient.parseSchema(Schema schema) |
default Optional<ParsedSchema> |
SchemaRegistryClient.parseSchema(Schema schema) |
| Constructor and Description |
|---|
SchemaMetadata(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
RestService.getLatestVersion(Map<String,String> requestProperties,
String subject) |
Schema |
RestService.getLatestVersion(Map<String,String> requestProperties,
String subject,
Set<String> findTags) |
Schema |
RestService.getLatestVersion(Map<String,String> requestProperties,
String subject,
String format,
Set<String> findTags) |
Schema |
RestService.getLatestVersion(String subject) |
Schema |
RestService.getLatestWithMetadata(Map<String,String> requestProperties,
String subject,
Map<String,String> metadata,
boolean lookupDeletedSchema) |
Schema |
RestService.getLatestWithMetadata(Map<String,String> requestProperties,
String subject,
Map<String,String> metadata,
String format,
boolean lookupDeletedSchema) |
Schema |
RestService.getLatestWithMetadata(String subject,
Map<String,String> metadata,
boolean lookupDeletedSchema) |
Schema |
RestService.getVersion(Map<String,String> requestProperties,
String subject,
int version) |
Schema |
RestService.getVersion(Map<String,String> requestProperties,
String subject,
int version,
boolean lookupDeletedSchema) |
Schema |
RestService.getVersion(Map<String,String> requestProperties,
String subject,
int version,
String format,
boolean lookupDeletedSchema,
Set<String> findTags) |
Schema |
RestService.getVersion(String subject,
int version) |
Schema |
RestService.getVersion(String subject,
int version,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(Map<String,String> requestProperties,
RegisterSchemaRequest registerSchemaRequest,
String subject,
boolean normalize,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(Map<String,String> requestProperties,
RegisterSchemaRequest registerSchemaRequest,
String subject,
boolean normalize,
String format,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(RegisterSchemaRequest registerSchemaRequest,
String subject,
boolean normalize,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String subject) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String subject,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String subject,
boolean normalize,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String schemaType,
List<SchemaReference> references,
String subject,
boolean lookupDeletedSchema) |
Schema |
RestService.lookUpSubjectVersion(String schemaString,
String schemaType,
List<SchemaReference> references,
String subject,
boolean normalize,
boolean lookupDeletedSchema) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
RestService.getSchemas(Map<String,String> requestProperties,
String subjectPrefix,
boolean lookupDeletedSchema,
boolean latestOnly,
String ruleType,
Integer offset,
Integer limit) |
List<Schema> |
RestService.getSchemas(String subjectPrefix,
boolean lookupDeletedSchema,
boolean latestOnly) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedSchema |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.copy() |
Schema |
Schema.copy(Integer version,
Integer id) |
| Modifier and Type | Method and Description |
|---|---|
int |
Schema.compareTo(Schema that) |
| Constructor and Description |
|---|
ExtendedSchema(Schema schema,
List<String> aliases) |
SchemaString(Schema schema) |
| Constructor and Description |
|---|
RegisterSchemaRequest(Schema schema) |
RegisterSchemaResponse(Schema schema) |
Copyright © 2025 Confluent, Inc.. All rights reserved.