Class DefaultSchemaDiscoveryState


  • class DefaultSchemaDiscoveryState
    extends Object
    • Constructor Detail

      • DefaultSchemaDiscoveryState

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

      • getConfig

        org.eclipse.microprofile.config.Config getConfig()
      • shouldNotConfigure

        boolean shouldNotConfigure​(String key)
      • ifNotYetConfigured

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

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

        boolean isProtobufGenerated​(org.jboss.jandex.DotName className)
      • hasObjectMapperConfigSchema

        boolean hasObjectMapperConfigSchema​(org.jboss.jandex.Type type,
                                            String channelName,
                                            boolean incoming)
      • findAnnotationsOnMethods

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

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

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

        List<org.jboss.jandex.AnnotationInstance> findProvidedSchemaWithIdentifier​(String identifier)
      • findImplementedSchemaWithIdentifier

        List<org.jboss.jandex.ClassInfo> findImplementedSchemaWithIdentifier​(String identifier)