Uses of Interface
org.jboss.weld.module.PlugableValidator
-
Packages that use PlugableValidator Package Description org.jboss.weld.bootstrap org.jboss.weld.module -
-
Uses of PlugableValidator in org.jboss.weld.bootstrap
Constructor parameters in org.jboss.weld.bootstrap with type arguments of type PlugableValidator Constructor Description ConcurrentValidator(Set<PlugableValidator> plugableValidators, org.jboss.weld.manager.api.ExecutorServices executor, ConcurrentMap<Bean<?>,Boolean> resolvedInjectionPoints)Validator(Set<PlugableValidator> plugableValidators, Map<Bean<?>,Boolean> resolvedInjectionPoints) -
Uses of PlugableValidator in org.jboss.weld.module
Methods in org.jboss.weld.module that return types with arguments of type PlugableValidator Modifier and Type Method Description Set<PlugableValidator>WeldModules. getPluggableValidators()Methods in org.jboss.weld.module with parameters of type PlugableValidator Modifier and Type Method Description voidWeldModule.PostServiceRegistrationContext. registerPlugableValidator(PlugableValidator validator)Registers an additional validator to be used for bean validation
-