Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.resolution.ResolvedWatchlist
Packages that use ResolvedWatchlist
Package
Description
Contains API controllers for the
Watchlist entity.Contains request resolvers for watchlist-domain entities.
-
Uses of ResolvedWatchlist in com.bluebell.greenhouse.planter.controllers.watchlist
Method parameters in com.bluebell.greenhouse.planter.controllers.watchlist with annotations of type ResolvedWatchlistModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WatchlistApiController.deleteWatchlist(WatchlistRequestContext context) Deletes an existingWatchlist.org.springframework.http.ResponseEntity<WatchlistDTO> WatchlistApiController.getWatchlist(WatchlistRequestContext context) org.springframework.http.ResponseEntity<WatchlistItemDTO> WatchlistItemApiController.postAddWatchlistItem(@Valid AddWatchlistItemDTO data, WatchlistRequestContext context) Adds a symbol to an existingWatchlist.org.springframework.http.ResponseEntity<WatchlistDTO> WatchlistApiController.putUpdateWatchlist(@Valid CreateUpdateWatchlistDTO data, WatchlistRequestContext context) Updates an existingWatchlist. -
Uses of ResolvedWatchlist in com.bluebell.greenhouse.planter.resolvers.request.watchlist
Subclasses with type arguments of type ResolvedWatchlist in com.bluebell.greenhouse.planter.resolvers.request.watchlistModifier and TypeClassDescriptionfinal classResolvesWatchlistRequestContextcontroller arguments.