Class MockResourceInjectionServices

    • Constructor Detail

      • MockResourceInjectionServices

        public MockResourceInjectionServices​(Map<String,​Object> resources)
    • Method Detail

      • registerResourceInjectionPoint

        public org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> registerResourceInjectionPoint​(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
        Specified by:
        registerResourceInjectionPoint in interface org.jboss.weld.injection.spi.ResourceInjectionServices
      • registerResourceInjectionPoint

        public org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> registerResourceInjectionPoint​(String jndiName,
                                                                                                            String mappedName)
        Specified by:
        registerResourceInjectionPoint in interface org.jboss.weld.injection.spi.ResourceInjectionServices
      • cleanup

        public void cleanup()
        Specified by:
        cleanup in interface org.jboss.weld.bootstrap.api.Service