@Path(value="/parametrizedtypes") public class ResourceWithParameterizedTypes extends Object
| Constructor and Description |
|---|
ResourceWithParameterizedTypes() |
| Modifier and Type | Method and Description |
|---|---|
List<ProducedValue> |
getStuff() |
ProducedJsonValue |
getWithQueryParameters(List<ConsumedValue> consumed)
Deprecated.
|
ProducedValue |
postWithQueryParameters(List<ConsumedValue> consumed)
Deprecated.
|
@Path(value="xml") @POST @Consumes(value="application/xml") @Produces(value="application/xml") @Deprecated public ProducedValue postWithQueryParameters(List<ConsumedValue> consumed)
@Path(value="json") @GET @Produces(value="application/json") @Deprecated public ProducedJsonValue getWithQueryParameters(List<ConsumedValue> consumed)
@Path(value="returns") @Produces(value="application/json") @GET public List<ProducedValue> getStuff()
Copyright © 2018 Mulesoft. All rights reserved.