Class DozerResource


  • @Path("/dozer")
    @ApplicationScoped
    public class DozerResource
    extends Object
    • Field Detail

      • producerTemplate

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

      • DozerResource

        public DozerResource()
    • Method Detail

      • dozerMap

        @Path("/map")
        @GET
        @Produces("application/json")
        public CustomerB dozerMap()
      • dozerMapWithConverter

        @Path("/map/using/converter")
        @GET
        @Produces("application/json")
        public CustomerB dozerMapWithConverter()
      • dozerMapWithVariable

        @Path("/map/using/variable")
        @GET
        @Produces("application/json")
        public CustomerB dozerMapWithVariable()
      • dozerMapWithExpression

        @Path("/map/using/expression")
        @GET
        @Produces("application/json")
        public CustomerB dozerMapWithExpression()