Package org.jrest4guice.interceptor

Examples of org.jrest4guice.interceptor.InterceptorGuiceModuleProvider$ClassMatcher


   * 打开自定义的拦截器支持,允许通过@Interceptors来支持自定义的拦截器
   * @param packages
   * @return
   */
  public GuiceContext enableCustomInterceptor(String... packages){
    this.addModuleProvider(new InterceptorGuiceModuleProvider(packages));
    return this;
  }
View Full Code Here

TOP

Related Classes of org.jrest4guice.interceptor.InterceptorGuiceModuleProvider$ClassMatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.