org.glassfish.jersey.server.validation
Class ValidationFeature

java.lang.Object
  extended by org.glassfish.jersey.server.validation.ValidationFeature
All Implemented Interfaces:
Feature

public final class ValidationFeature
extends java.lang.Object
implements Feature

ValidationFeature used to add Bean Validation (JSR-349) support to the server.

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

Constructor Summary
ValidationFeature()
           
 
Method Summary
 boolean configure(FeatureContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationFeature

public ValidationFeature()
Method Detail

configure

public boolean configure(FeatureContext context)
Specified by:
configure in interface Feature


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