public class CdiValidatorFactoryService extends Object implements org.jboss.msc.Service
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
CdiValidatorFactoryService(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
Supplier<jakarta.enterprise.inject.spi.BeanManager> beanManagerSupplier)
Create the CdiValidatorFactoryService instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public CdiValidatorFactoryService(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
Supplier<jakarta.enterprise.inject.spi.BeanManager> beanManagerSupplier)
deploymentUnit - the deployment unitCopyright © 2021 JBoss by Red Hat. All rights reserved.