Class DozerResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.dozer.it.DozerResource
-
@Path("/dozer") @ApplicationScoped public class DozerResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.ProducerTemplateproducerTemplate
-
Constructor Summary
Constructors Constructor Description DozerResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerBdozerMap()CustomerBdozerMapWithConverter()CustomerBdozerMapWithExpression()CustomerBdozerMapWithVariable()
-
-
-
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()
-
-