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 Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final io.quarkus.arc.runtime.BeanContainer
     
    (package private) final io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveCommonRecorder
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    QuarkusFactoryCreator(io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveCommonRecorder recorder, io.quarkus.arc.runtime.BeanContainer beanContainer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.resteasy.reactive.spi.BeanFactory<Object>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Field Details

    • recorder

      final io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveCommonRecorder recorder
    • beanContainer

      final io.quarkus.arc.runtime.BeanContainer beanContainer
  • Constructor Details

    • QuarkusFactoryCreator

      public QuarkusFactoryCreator(io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveCommonRecorder recorder, io.quarkus.arc.runtime.BeanContainer beanContainer)
  • 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>>