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

public static class MyApplication.ValidationConfigurationContextResolver
extends java.lang.Object
implements ContextResolver<ValidationConfig>

Custom configuration of validation. This configuration defines custom:


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


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