Package io.quarkus.arc.tck.porting
Class ContextualsImpl
java.lang.Object
io.quarkus.arc.tck.porting.ContextualsImpl
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescription<T> org.jboss.cdi.tck.spi.Contextuals.Inspectable<T> create(T instance, jakarta.enterprise.context.spi.Context context)
-
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:
createin interfaceorg.jboss.cdi.tck.spi.Contextuals
-