- getConstraintValidatorFactory() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
-
Return ConstraintValidatorFactory implementation used for configuration.
- getInvalidValue() - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Returns the string representation of the value failing to pass the constraint.
- getMessage() - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Return the interpolated error message for this validation error.
- getMessageInterpolator() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
-
Return MessageInterpolator implementation used for configuration.
- getMessageTemplate() - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Return the non-interpolated error message for this validation error.
- getParameterNameProvider() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
-
Return ParameterNameProvider implementation used for configuration.
- getPath() - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Return the string representation of the property path to the value.
- getTraversableResolver() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
-
Return TraversableResolver implementation used for configuration.