public interface ValidationProviderResolver
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.
修飾子とタイプ | メソッドと説明 |
---|---|
List<ValidationProvider<?>> |
getValidationProviders()
Returns a list of
ValidationProvider available in the runtime environment. |
List<ValidationProvider<?>> getValidationProviders()
ValidationProvider
available in the runtime environment.Copyright © 2007-2018 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0. Translated by @megascus.