Uses of Class
io.meeds.deeds.web.rest.model.DeedMetadataPresentation
Packages that use DeedMetadataPresentation
-
Uses of DeedMetadataPresentation in io.meeds.deeds.web.rest
Methods in io.meeds.deeds.web.rest that return types with arguments of type DeedMetadataPresentationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DeedMetadataPresentation>DeedMetadataController.getContractMetadata()org.springframework.http.ResponseEntity<DeedMetadataPresentation>DeedMetadataController.getNftMetadata(short cityIndex, short cardType) org.springframework.http.ResponseEntity<DeedMetadataPresentation>DeedMetadataController.getNftMetadata(Long nftId) -
Uses of DeedMetadataPresentation in io.meeds.deeds.web.rest.utils
Methods in io.meeds.deeds.web.rest.utils that return DeedMetadataPresentationModifier and TypeMethodDescriptionstatic DeedMetadataPresentationEntityMapper.build(io.meeds.deeds.elasticsearch.model.DeedMetadata deedMetadata) Methods in io.meeds.deeds.web.rest.utils that return types with arguments of type DeedMetadataPresentationModifier and TypeMethodDescriptionstatic org.springframework.http.ResponseEntity<DeedMetadataPresentation>EntityMapper.getDeedMetadataResponse(io.meeds.deeds.elasticsearch.model.DeedMetadata deedMetadata)