Uses of Class
io.meeds.deeds.web.rest.model.DeedTenantPresentation
Packages that use DeedTenantPresentation
-
Uses of DeedTenantPresentation in io.meeds.deeds.web.rest
Methods in io.meeds.deeds.web.rest that return types with arguments of type DeedTenantPresentationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DeedTenantPresentation>TenantController.getDeedTenant(Principal principal, boolean refreshFromBlockchain, Long nftId) TenantController.getTenants(Principal principal) -
Uses of DeedTenantPresentation in io.meeds.deeds.web.rest.utils
Methods in io.meeds.deeds.web.rest.utils that return DeedTenantPresentationModifier and TypeMethodDescriptionstatic DeedTenantPresentationEntityMapper.build(io.meeds.deeds.elasticsearch.model.DeedTenant deedTenant) Methods in io.meeds.deeds.web.rest.utils that return types with arguments of type DeedTenantPresentationModifier and TypeMethodDescriptionstatic org.springframework.http.ResponseEntity<DeedTenantPresentation>EntityMapper.getDeedTenantResponse(io.meeds.deeds.elasticsearch.model.DeedTenant deedTenant)