Uses of Record Class
com.dmasone.identity.catalog.application.ProductView
Packages that use ProductView
Package
Description
Catalog use cases and read models.
Catalog persistence implementation.
Catalog HTTP API.
-
Uses of ProductView in com.dmasone.identity.catalog.application
Methods in com.dmasone.identity.catalog.application that return ProductViewMethods in com.dmasone.identity.catalog.application that return types with arguments of type ProductView -
Uses of ProductView in com.dmasone.identity.catalog.infrastructure.persistence
Methods in com.dmasone.identity.catalog.infrastructure.persistence that return types with arguments of type ProductViewModifier and TypeMethodDescriptionProductJpaRepository.findAllProductViews()ProductJpaRepository.findProductViewById(Long id) -
Uses of ProductView in com.dmasone.identity.catalog.interfaces.rest
Methods in com.dmasone.identity.catalog.interfaces.rest with parameters of type ProductViewModifier and TypeMethodDescriptionProductRestMapper.toResponse(ProductView productView) ProductRestMapperImpl.toResponse(ProductView productView) Method parameters in com.dmasone.identity.catalog.interfaces.rest with type arguments of type ProductViewModifier and TypeMethodDescriptionProductRestMapper.toResponses(List<ProductView> productViews) ProductRestMapperImpl.toResponses(List<ProductView> productViews)