Class MapStructResource

java.lang.Object
org.apache.camel.quarkus.component.mapstruct.it.MapStructResource

@Path("/mapstruct") @ApplicationScoped public class MapStructResource extends Object
  • Field Details

    • producerTemplate

      @Inject org.apache.camel.ProducerTemplate producerTemplate
    • context

      @Inject org.apache.camel.CamelContext context
  • Constructor Details

    • MapStructResource

      public MapStructResource()
  • Method Details

    • componentTest

      @Path("/component") @POST @Consumes("text/plain") @Produces("text/plain") public jakarta.ws.rs.core.Response componentTest(@QueryParam("fromTypeName") String fromTypeName, @QueryParam("toTypeName") String toTypeName, String pojoString)
    • converterTest

      @Path("/converter") @POST @Consumes("text/plain") @Produces("text/plain") public jakarta.ws.rs.core.Response converterTest(@QueryParam("fromTypeName") String fromTypeName, @QueryParam("toTypeName") String toTypeName, String pojoString)
    • mapStructMapperFinderImpl

      @Path("/finder/mapper") @GET @Produces("text/plain") public String mapStructMapperFinderImpl()
    • mapStructComponentPackages

      @Path("/component/packages") @GET @Produces("text/plain") public String mapStructComponentPackages()