Class KafkaAvroBeanRegistrationAotProcessor

java.lang.Object
org.springframework.kafka.aot.KafkaAvroBeanRegistrationAotProcessor
All Implemented Interfaces:
org.springframework.beans.factory.aot.BeanRegistrationAotProcessor

public class KafkaAvroBeanRegistrationAotProcessor extends Object implements org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
Detect and register Avro types for Apache Kafka listeners.
Since:
3.0
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor

    IGNORE_REGISTRATION_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.springframework.beans.factory.aot.BeanRegistrationAotContribution
    processAheadOfTime(org.springframework.beans.factory.support.RegisteredBean registeredBean)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor

    isBeanExcludedFromAotProcessing
  • Constructor Details

    • KafkaAvroBeanRegistrationAotProcessor

      public KafkaAvroBeanRegistrationAotProcessor()
  • Method Details

    • processAheadOfTime

      public @Nullable org.springframework.beans.factory.aot.BeanRegistrationAotContribution processAheadOfTime(org.springframework.beans.factory.support.RegisteredBean registeredBean)
      Specified by:
      processAheadOfTime in interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor