Class CreationalContextsImpl

java.lang.Object
io.quarkus.arc.tck.porting.CreationalContextsImpl
All Implemented Interfaces:
org.jboss.cdi.tck.spi.CreationalContexts

public class CreationalContextsImpl extends Object implements org.jboss.cdi.tck.spi.CreationalContexts
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jboss.cdi.tck.spi.CreationalContexts

    org.jboss.cdi.tck.spi.CreationalContexts.Inspectable<T>
  • Field Summary

    Fields inherited from interface org.jboss.cdi.tck.spi.CreationalContexts

    PROPERTY_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> org.jboss.cdi.tck.spi.CreationalContexts.Inspectable<T>
    create(jakarta.enterprise.context.spi.Contextual<T> contextual)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CreationalContextsImpl

      public CreationalContextsImpl()
  • Method Details

    • create

      public <T> org.jboss.cdi.tck.spi.CreationalContexts.Inspectable<T> create(jakarta.enterprise.context.spi.Contextual<T> contextual)
      Specified by:
      create in interface org.jboss.cdi.tck.spi.CreationalContexts