Class DefaultSerdeDiscoveryState


  • class DefaultSerdeDiscoveryState
    extends Object
    • Constructor Detail

      • DefaultSerdeDiscoveryState

        DefaultSerdeDiscoveryState​(org.jboss.jandex.IndexView index)
    • Method Detail

      • isKafkaConnector

        boolean isKafkaConnector​(boolean incoming,
                                 String channelName)
      • ifNotYetConfigured

        void ifNotYetConfigured​(String key,
                                Runnable runnable)
      • isAvroGenerated

        boolean isAvroGenerated​(org.jboss.jandex.DotName className)
      • hasConfluent

        boolean hasConfluent()
      • hasApicurio1

        boolean hasApicurio1()
      • hasApicurio2

        boolean hasApicurio2()
      • hasJsonb

        boolean hasJsonb()
      • getSubclassOfWithTypeArgument

        org.jboss.jandex.ClassInfo getSubclassOfWithTypeArgument​(org.jboss.jandex.DotName superclass,
                                                                 org.jboss.jandex.DotName expectedTypeArgument)
      • findAnnotationsOnMethods

        List<org.jboss.jandex.AnnotationInstance> findAnnotationsOnMethods​(org.jboss.jandex.DotName annotation)
      • findAnnotationsOnInjectionPoints

        List<org.jboss.jandex.AnnotationInstance> findAnnotationsOnInjectionPoints​(org.jboss.jandex.DotName annotation)