Class TypesafeGraphQLClientBean<T>
- java.lang.Object
-
- io.smallrye.graphql.client.impl.typesafe.cdi.AbstractBean<T>
-
- io.smallrye.graphql.client.impl.typesafe.cdi.TypesafeGraphQLClientBean<T>
-
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<T>,jakarta.enterprise.inject.spi.Bean<T>,jakarta.enterprise.inject.spi.BeanAttributes<T>
public class TypesafeGraphQLClientBean<T> extends AbstractBean<T>
-
-
Field Summary
-
Fields inherited from class io.smallrye.graphql.client.impl.typesafe.cdi.AbstractBean
type
-
-
Constructor Summary
Constructors Constructor Description TypesafeGraphQLClientBean(Class<T> apiClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tcreate(jakarta.enterprise.context.spi.CreationalContext<T> creationalContext)-
Methods inherited from class io.smallrye.graphql.client.impl.typesafe.cdi.AbstractBean
destroy, getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, toString
-
-