Class ValidationFactory
java.lang.Object
ee.jakarta.tck.ws.rs.common.webclient.validation.ValidationFactory
Returns a ValidationStrategy instance used to validate a response against a
particular WebTestCase
- Version:
- %I%
- Author:
- Ryan Lubke
-
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationStrategy
getInstance
(String validator) Returns a ValidationStrategy instance based on the available factory types.
-
Method Details
-
getInstance
Returns a ValidationStrategy instance based on the available factory types.- Parameters:
validator
- Validator instance to obtain- Returns:
- a ValidationStrategy instance or null if the instance could not be obtained.
-