org.glassfish.jersey.server.internal.inject
Interface ConfiguredValidator

All Superinterfaces:
javax.validation.Validator

@Contract
public interface ConfiguredValidator
extends javax.validation.Validator

Configured Validator for Jersey validation purposes.

Note: This interface exists to distinguish between injection of default (un-configured) instances of Validator/ValidatorFactory and an implementation of this interface.

Author:
Michal Gajdos (michal.gajdos at oracle.com)

Method Summary
 
Methods inherited from interface javax.validation.Validator
forExecutables, getConstraintsForClass, unwrap, validate, validateProperty, validateValue
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.