public abstract class UploadSchemaRegistryMojo extends SchemaRegistryMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
PERCENT_REPLACEMENT |
client| Constructor and Description |
|---|
UploadSchemaRegistryMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected static <V> Map<String,V> |
decode(Map<String,V> map) |
protected static String |
decode(String subject) |
protected static Map<String,Metadata> |
decodeMetadata(Map<String,Metadata> map) |
void |
execute() |
protected String |
failureMessage() |
protected abstract boolean |
processSchema(String subject,
File schemaPath,
ParsedSchema schema,
Map<String,Integer> schemaVersions) |
client, closepublic static final String PERCENT_REPLACEMENT
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected abstract boolean processSchema(String subject, File schemaPath, ParsedSchema schema, Map<String,Integer> schemaVersions) throws IOException, RestClientException
IOExceptionRestClientExceptionprotected String failureMessage()
Copyright © 2026 Confluent, Inc.. All rights reserved.