@Service open class SaveServiceImpl : SaveService
Implementation of SaveService interface.
Service uses springfox.documentation.spring.web.DocumentationCache from springfox to get full description of API.
It saves this description in file system.
Author
Vladislav Iusiumbeli
Since
1.0.0
<init> |
Is used for autowire required beans. SaveServiceImpl(documentationCache: DocumentationCache, objectMapper: ObjectMapper, mapper: ServiceModelToSwagger2Mapper) |
save |
Mapping all open fun save(): Unit |