Class ExceptionMapperBinder

  • All Implemented Interfaces:
    org.glassfish.jersey.internal.inject.Binder

    public class ExceptionMapperBinder
    extends org.glassfish.jersey.internal.inject.AbstractBinder
    A binder that registers all the default exception mappers while allowing users to override individual exception mappers without disabling all others.
    • Constructor Detail

      • ExceptionMapperBinder

        public ExceptionMapperBinder​(boolean showDetails)
    • Method Detail

      • configure

        protected void configure()
        Specified by:
        configure in class org.glassfish.jersey.internal.inject.AbstractBinder
      • isShowDetails

        public boolean isShowDetails()