Package webapi
Interface ProcutEndPointSpec
-
- All Known Implementing Classes:
ProductResource
@Path("/products") public interface ProcutEndPointSpec
公開APIのRESTインタフェース。 MicroProfileのOpenAPIのアノテーションを使ってAPIの詳細情報を付加している。
全体に関するAPI情報はApplicationConfig
に定義している。
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Integer>
calculatePrice(String memberNo, int price)
-