Interface ServerEndpointIndexer.FieldInjectionIndexerExtension
-
- All Known Implementing Classes:
TransformedFieldInjectionIndexerExtension
- Enclosing class:
- ServerEndpointIndexer
public static interface ServerEndpointIndexer.FieldInjectionIndexerExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleFieldInjection(String currentTypeName, Map<org.jboss.jandex.FieldInfo,ServerIndexedParameter> fieldExtractors, boolean superTypeIsInjectable, org.jboss.jandex.IndexView indexView)
-
-
-
Method Detail
-
handleFieldInjection
void handleFieldInjection(String currentTypeName, Map<org.jboss.jandex.FieldInfo,ServerIndexedParameter> fieldExtractors, boolean superTypeIsInjectable, org.jboss.jandex.IndexView indexView)
-
-