Class CryptoProductController
java.lang.Object
tech.corefinance.product.controller.CryptoProductController
- All Implemented Interfaces:
tech.corefinance.common.controller.CrudController<String,CryptoProduct, CryptoProductDto>
@RestController
@RequestMapping("/crypto-products")
@ControllerManagedResource("cryptoproduct")
public class CryptoProductController
extends Object
implements tech.corefinance.common.controller.CrudController<String,CryptoProduct,CryptoProductDto>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontech.corefinance.common.service.CommonService<String, CryptoProduct, ?> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.corefinance.common.controller.CrudController
createEntity, createOrUpdate, delete, getEntityConverter, search, updateEntity, viewDetails
-
Constructor Details
-
CryptoProductController
public CryptoProductController()
-
-
Method Details
-
getHandlingService
- Specified by:
getHandlingServicein interfacetech.corefinance.common.controller.CrudController<String,CryptoProduct, CryptoProductDto>
-