Package gov.nasa.pds.api.base
Class BundlesApiController
java.lang.Object
gov.nasa.pds.api.base.BundlesApiController
- All Implemented Interfaces:
BundlesApi
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-10-09T23:25:15.897294088Z[GMT]")
@Controller
@RequestMapping("${openapi.pDSRegistrySearch.base-path:/api/registry/1}")
public class BundlesApiController
extends Object
implements BundlesApi
-
Constructor Summary
ConstructorsConstructorDescriptionBundlesApiController(org.springframework.web.context.request.NativeWebRequest request) -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.springframework.web.context.request.NativeWebRequest>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gov.nasa.pds.api.base.BundlesApi
bundleList, bundlesLidvid, bundlesLidvidAll, bundlesLidvidCollections, bundlesLidvidCollectionsAll, bundlesLidvidCollectionsLatest, bundlesLidvidLatest, bundlesLidvidProducts
-
Constructor Details
-
BundlesApiController
@Autowired public BundlesApiController(org.springframework.web.context.request.NativeWebRequest request)
-
-
Method Details
-
getRequest
- Specified by:
getRequestin interfaceBundlesApi
-