Package gov.nasa.pds.api.base
Class PropertiesApiController
java.lang.Object
gov.nasa.pds.api.base.PropertiesApiController
- All Implemented Interfaces:
PropertiesApi
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-09-03T18:10:48.512595446Z[GMT]")
@Controller
@RequestMapping("${openapi.pDSRegistrySearch.base-path:/api/registry/1}")
public class PropertiesApiController
extends Object
implements PropertiesApi
-
Constructor Summary
ConstructorsConstructorDescriptionPropertiesApiController(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.PropertiesApi
productPropertiesList
-
Constructor Details
-
PropertiesApiController
@Autowired public PropertiesApiController(org.springframework.web.context.request.NativeWebRequest request)
-
-
Method Details
-
getRequest
- Specified by:
getRequestin interfacePropertiesApi
-