Reference¶
API reference documentation for PySpring.
Info
This section is under development. For now, refer to the source code and the Tutorial for usage details.
Core Classes¶
PySpringApplication— the main application entry pointComponent— base class for managed componentsProperties— base class for configuration modelsRestController— base class for REST API controllersBeanCollection— base class for third-party integration
Decorators¶
@GetMapping,@PostMapping,@PutMapping,@DeleteMapping,@PatchMapping— route decorators@EventListener— event handler decorator@Scheduled— scheduled task decorator (via pyspring-scheduler)