Stirling-PDF/src/main/java/stirling/software/SPDF/model
Anthony Stirling 9884c65b10
formattingand autowired constructors (#2557)
# Description
This pull request includes several changes aimed at improving the code
structure and removing redundant code. The most significant changes
involve reordering methods, removing unnecessary annotations, and
refactoring constructors to use dependency injection.
Autowired now comes via constructor (which also doesn't need autowired
annotation as its done by default for configuration)



## Checklist

- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [ ] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/)
- [ ] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags)
(for new translation tags only)
2024-12-24 09:52:53 +00:00
..
api Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
provider formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
ApiEndpoint.java formatting 2023-12-30 19:11:27 +00:00
ApiKeyAuthenticationToken.java formatting 2023-12-30 19:11:27 +00:00
ApplicationProperties.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
AttemptCounter.java extends the functionality of oauth in Stirling PDF 2. 2024-05-18 23:47:05 +02:00
AuthenticationType.java fixes and other changes and debug of WIP SAML (#2360) 2024-11-29 15:11:59 +00:00
Authority.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
Dependency.java format 2024-01-04 23:04:15 +00:00
InputStreamTemplateResource.java format 2024-06-06 21:59:13 +01:00
PdfMetadata.java Closes #359 (#1047) 2024-04-08 21:23:03 +01:00
PDFText.java formatting 2023-12-30 19:11:27 +00:00
PersistentLogin.java formatting 2023-12-30 19:11:27 +00:00
PipelineConfig.java formatting 2023-12-30 19:11:27 +00:00
PipelineOperation.java formatting 2023-12-30 19:11:27 +00:00
Provider.java Major Enhancements to SAML2 and OAuth2 Integration with Simplified Security Configurations (#2040) 2024-10-20 12:30:58 +01:00
ProviderInterface.java add multi OAuth2 Provider 2024-05-25 18:19:03 +02:00
Role.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
SessionEntity.java Admin panel - Enhanced User Management & Fix: #1630 (#1658) 2024-08-16 11:57:37 +01:00
SignatureFile.java Feature/save signs (#2127) 2024-10-30 12:46:44 +00:00
SortTypes.java Add Odd-Even Merge operation mode (#1445) 2024-06-12 22:21:02 +01:00
User.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00