Package org.jboss.as.weld
Class CdiValidatorFactoryService
- java.lang.Object
-
- org.jboss.as.weld.CdiValidatorFactoryService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public class CdiValidatorFactoryService extends Object implements org.jboss.msc.Service
Service that replaces the delegate of LazyValidatorFactory with a Jakarta Contexts and Dependency Injection enabled ValidatorFactory.- Author:
- Farah Juma, Richard Opalka
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameSERVICE_NAME
-
Constructor Summary
Constructors Constructor Description CdiValidatorFactoryService(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, Supplier<jakarta.enterprise.inject.spi.BeanManager> beanManagerSupplier)Create the CdiValidatorFactoryService instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Constructor Detail
-
CdiValidatorFactoryService
public CdiValidatorFactoryService(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, Supplier<jakarta.enterprise.inject.spi.BeanManager> beanManagerSupplier)Create the CdiValidatorFactoryService instance.- Parameters:
deploymentUnit- the deployment unit
-
-