Class ContextualsImpl

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

public class ContextualsImpl extends Object implements org.jboss.cdi.tck.spi.Contextuals
  • Nested Class Summary

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

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

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

    PROPERTY_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> org.jboss.cdi.tck.spi.Contextuals.Inspectable<T>
    create(T instance, jakarta.enterprise.context.spi.Context context)
     

    Methods inherited from class java.lang.Object

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

    • ContextualsImpl

      public ContextualsImpl()
  • Method Details

    • create

      public <T> org.jboss.cdi.tck.spi.Contextuals.Inspectable<T> create(T instance, jakarta.enterprise.context.spi.Context context)
      Specified by:
      create in interface org.jboss.cdi.tck.spi.Contextuals