Class BeanValidatorResource


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

      • producerTemplate

        @Inject
        org.apache.camel.ProducerTemplate producerTemplate
    • Constructor Detail

      • BeanValidatorResource

        public BeanValidatorResource()
    • Method Detail

      • get

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