Class ProductCategoryController

java.lang.Object
tech.corefinance.product.controller.ProductCategoryController
All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String,ProductCategory,ProductCategory>

@RestController @RequestMapping("/product-categories") @ControllerManagedResource("productcategory") public class ProductCategoryController extends Object implements tech.corefinance.common.controller.CrudController<String,ProductCategory,ProductCategory>
  • Constructor Details

    • ProductCategoryController

      public ProductCategoryController()
  • Method Details