Class MappableExceptionWrapperInterceptor.Binder

java.lang.Object
org.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.Binder
All Implemented Interfaces:
Binder
Enclosing class:
MappableExceptionWrapperInterceptor

public static class MappableExceptionWrapperInterceptor.Binder extends AbstractBinder
Binder registering the Exception Wrapper Interceptor (used on the client side).
  • Constructor Details

    • Binder

      public Binder()
  • Method Details

    • configure

      protected void configure()
      Description copied from class: AbstractBinder
      Implement to provide binding definitions using the exposed binding methods.
      Specified by:
      configure in class AbstractBinder