differ-core / com.differ.differcore.service / SaveServiceImpl

SaveServiceImpl

@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

Constructors

<init>

Is used for autowire required beans.

SaveServiceImpl(documentationCache: DocumentationCache, objectMapper: ObjectMapper, mapper: ServiceModelToSwagger2Mapper)

Functions

save

Mapping all springfox Document to Swagger object.

open fun save(): Unit