@Component @Path(value="/application/loan") public class LoanService extends Object
| Constructor and Description |
|---|
LoanService() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationResult |
applyloan(LoanApplication app) |
@POST @Produces(value="application/json") @Consumes(value="application/json") public ApplicationResult applyloan(LoanApplication app)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.