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:
ContextResolver<ValidationConfiguration>
Enclosing class:
MyApplication

public static class MyApplication.ValidationConfigurationContextResolver
extends Object
implements ContextResolver<ValidationConfiguration>

Custom configuration of validation. This configuration defines custom:

TODO Add a test when HV-658 is fixed.


Constructor Summary
MyApplication.ValidationConfigurationContextResolver()
           
 
Method Summary
 ValidationConfiguration 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 ValidationConfiguration getContext(Class<?> type)
Specified by:
getContext in interface ContextResolver<ValidationConfiguration>


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