Class QuarkusFactoryCreator

java.lang.Object
io.quarkus.resteasy.reactive.common.deployment.QuarkusFactoryCreator
All Implemented Interfaces:
Function<String,org.jboss.resteasy.reactive.spi.BeanFactory<Object>>

public class QuarkusFactoryCreator extends Object implements Function<String,org.jboss.resteasy.reactive.spi.BeanFactory<Object>>
  • Field Details

  • Constructor Details

  • Method Details

    • apply

      public org.jboss.resteasy.reactive.spi.BeanFactory<Object> apply(String s)
      Specified by:
      apply in interface Function<String,org.jboss.resteasy.reactive.spi.BeanFactory<Object>>