Class ComponentViewToResourceReferenceFactoryAdapter<T>

java.lang.Object
org.jboss.as.weld.services.bootstrap.ComponentViewToResourceReferenceFactoryAdapter<T>
Type Parameters:
T -
All Implemented Interfaces:
org.jboss.weld.injection.spi.ResourceReferenceFactory<T>

public class ComponentViewToResourceReferenceFactoryAdapter<T> extends Object implements org.jboss.weld.injection.spi.ResourceReferenceFactory<T>
ResourceReferenceFactory backed by a ComponentView.
Author:
Jozef Hartinger
  • Constructor Details

    • ComponentViewToResourceReferenceFactoryAdapter

      public ComponentViewToResourceReferenceFactoryAdapter(ComponentView view)
  • Method Details

    • createResource

      public org.jboss.weld.injection.spi.ResourceReference<T> createResource()
      Specified by:
      createResource in interface org.jboss.weld.injection.spi.ResourceReferenceFactory<T>