Interface ComponentSupport


  • public interface ComponentSupport
    Jakarta EE component support tools.
    Author:
    Martin Kouba
    • Method Detail

      • isDiscoveredExternalType

        default boolean isDiscoveredExternalType​(ComponentDescription componentDescription)
        See also WFLY-4185
        Parameters:
        componentDescription -
        Returns:
        false if the specified component type should be discovered, false otherwise
      • processInjectionTarget

        default <T> javax.enterprise.inject.spi.InjectionTarget<T> processInjectionTarget​(org.jboss.weld.manager.api.WeldInjectionTarget<T> injectionTarget,
                                                                                          ComponentDescription componentDescription,
                                                                                          org.jboss.weld.manager.api.WeldManager beanManager)
        Parameters:
        injectionTarget -
        componentDescription -
        beanManager -
        Returns:
        the processed injection target
        See Also:
        isProcessing(ComponentDescription)