org.glassfish.jersey.examples.beanvalidation.webapp
Class MyApplication.ValidationConfigurationContextResolver

java.lang.Object
  extended by org.glassfish.jersey.examples.beanvalidation.webapp.MyApplication.ValidationConfigurationContextResolver
All Implemented Interfaces:
javax.ws.rs.ext.ContextResolver<ValidationConfig>
Enclosing class:
MyApplication

public static class MyApplication.ValidationConfigurationContextResolver
extends Object
implements javax.ws.rs.ext.ContextResolver<ValidationConfig>

Custom configuration of validation. This configuration defines custom:


Constructor Summary
MyApplication.ValidationConfigurationContextResolver()
           
 
Method Summary
 ValidationConfig getContext(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyApplication.ValidationConfigurationContextResolver

public MyApplication.ValidationConfigurationContextResolver()
Method Detail

getContext

public ValidationConfig getContext(Class<?> type)
Specified by:
getContext in interface javax.ws.rs.ext.ContextResolver<ValidationConfig>


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.