@Path(value="test") public static class ExampleGson.Endpoint extends Object
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(@PropertySetRef(value=ExampleGson.class,field="PROPERTYSET") com.holonplatform.core.property.PropertyBox data) |
com.holonplatform.core.property.PropertyBox |
getData() |
@PUT @Path(value="serialize") @Consumes(value="application/json") public javax.ws.rs.core.Response create(@PropertySetRef(value=ExampleGson.class,field="PROPERTYSET") @PropertySetRef(value=ExampleGson.class,field="PROPERTYSET") com.holonplatform.core.property.PropertyBox data)
@GET @Path(value="deserialize") @Produces(value="application/json") public com.holonplatform.core.property.PropertyBox getData()
Copyright © 2019 The Holon Platform. All rights reserved.