Class EmptyValueExceptionMapper

java.lang.Object
io.dropwizard.vavr.jersey.EmptyValueExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<EmptyValueException>

public class EmptyValueExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<EmptyValueException>
The default response when an empty Value is returned, is to respond with a 404 (Not Found) response.
  • Constructor Details

    • EmptyValueExceptionMapper

      public EmptyValueExceptionMapper()
  • Method Details