Class HttpSessionContext.Key

java.lang.Object
io.quarkus.undertow.runtime.HttpSessionContext.Key
Enclosing class:
HttpSessionContext

static class HttpSessionContext.Key extends Object
  • Field Details

    • creationalContext

      jakarta.enterprise.context.spi.CreationalContext<?> creationalContext
    • beanIdentifier

      String beanIdentifier
  • Constructor Details

    • Key

      public Key(jakarta.enterprise.context.spi.CreationalContext<?> creationalContext, String beanIdentifier)
  • Method Details