Class JsonSchemaKafkaSerializerConfig

java.lang.Object
org.apache.kafka.common.config.AbstractConfig
io.apicurio.registry.serde.config.BaseKafkaSerDeConfig
io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializerConfig

public class JsonSchemaKafkaSerializerConfig extends BaseKafkaSerDeConfig
Author:
Fabian Martinez
  • Field Summary

    Fields inherited from class org.apache.kafka.common.config.AbstractConfig

    CONFIG_PROVIDERS_CONFIG
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class io.apicurio.registry.serde.config.BaseKafkaSerDeConfig

    enableConfluentIdHandler, enableHeaders, getHeadersHandler, getIdHandler, useIdOption

    Methods inherited from class org.apache.kafka.common.config.AbstractConfig

    documentationOf, equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, nonInternalValues, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JsonSchemaKafkaSerializerConfig

      public JsonSchemaKafkaSerializerConfig(Map<?,?> originals)
      Constructor.
      Parameters:
      originals -
  • Method Details

    • validationEnabled

      public boolean validationEnabled()