Interface ServerEndpointIndexer.FieldInjectionIndexerExtension

All Known Implementing Classes:
TransformedFieldInjectionIndexerExtension
Enclosing class:
ServerEndpointIndexer

public static interface ServerEndpointIndexer.FieldInjectionIndexerExtension
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleFieldInjection(String currentTypeName, Map<org.jboss.jandex.FieldInfo,ServerIndexedParameter> fieldExtractors, boolean superTypeIsInjectable, org.jboss.jandex.IndexView indexView)
     
  • Method Details

    • handleFieldInjection

      void handleFieldInjection(String currentTypeName, Map<org.jboss.jandex.FieldInfo,ServerIndexedParameter> fieldExtractors, boolean superTypeIsInjectable, org.jboss.jandex.IndexView indexView)