Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.resolution.ResolvedWatchlistItem
Packages that use ResolvedWatchlistItem
Package
Description
Contains API controllers for the
Watchlist entity.Contains request resolvers for watchlist-domain entities.
-
Uses of ResolvedWatchlistItem in com.bluebell.greenhouse.planter.controllers.watchlist
Method parameters in com.bluebell.greenhouse.planter.controllers.watchlist with annotations of type ResolvedWatchlistItemModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WatchlistItemApiController.deleteWatchlistItem(WatchlistItemRequestContext context) Deletes an existingWatchlistItem.org.springframework.http.ResponseEntity<WatchlistItemDTO> WatchlistItemApiController.putUpdateWatchlistItem(@Valid UpdateWatchlistItemDTO data, WatchlistItemRequestContext context) Updates an existingWatchlistItem. -
Uses of ResolvedWatchlistItem in com.bluebell.greenhouse.planter.resolvers.request.watchlist
Subclasses with type arguments of type ResolvedWatchlistItem in com.bluebell.greenhouse.planter.resolvers.request.watchlistModifier and TypeClassDescriptionfinal classResolvesWatchlistItemRequestContextcontroller arguments.