Class BeanValidatorResource

java.lang.Object
org.apache.camel.quarkus.component.bean.validator.it.BeanValidatorResource

@Path("/bean-validator") @ApplicationScoped public class BeanValidatorResource extends Object
  • Field Details

  • Constructor Details

    • BeanValidatorResource

      public BeanValidatorResource()
  • Method Details

    • get

      @Path("/get/{optional}/{manufactor}/{plate}") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response get(@PathParam("optional") String endpoint, @PathParam("manufactor") String manufactor, @PathParam("plate") String plate) throws Exception
      Throws:
      Exception
    • getNull

      @Path("/get/{optional}/{manufactor}") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response getNull(@PathParam("optional") String endpoint, @PathParam("manufactor") String manufactor) throws Exception
      Throws:
      Exception