public interface ValidationProviderResolver
 Jakarta Bean Validation providers are identified by the presence of
 META-INF/services/javax.validation.spi.ValidationProvider
 files following the Service Provider pattern described
 here.
 
 Each META-INF/services/javax.validation.spi.ValidationProvider file contains the
 list of ValidationProvider implementations each of them representing a provider.
 
Implementations must be thread-safe.
| Modifier and Type | Method and Description | 
|---|---|
List<ValidationProvider<?>> | 
getValidationProviders()
Returns a list of  
ValidationProvider available in the runtime environment. | 
List<ValidationProvider<?>> getValidationProviders()
ValidationProvider available in the runtime environment.Comments to: bean-validation-dev@eclipse.org.
 Copyright © 2019 Eclipse Foundation.
 Use is subject to EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.