Class SwaggerDocumentationPostProcessor
- java.lang.Object
-
- de.hybris.bootstrap.beangenerator.postprocessors.SwaggerDocumentationPostProcessor
-
- All Implemented Interfaces:
BeansPostProcessor
public class SwaggerDocumentationPostProcessor extends java.lang.Object implements BeansPostProcessor
-
-
Field Summary
-
Fields inherited from interface de.hybris.bootstrap.beangenerator.BeansPostProcessor
DEFAULT
-
-
Constructor Summary
Constructors Constructor Description SwaggerDocumentationPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<? extends ClassNameAware>postProcess(java.util.Collection<? extends ClassNameAware> beans)
-
-
-
Method Detail
-
postProcess
public java.util.Collection<? extends ClassNameAware> postProcess(java.util.Collection<? extends ClassNameAware> beans)
- Specified by:
postProcessin interfaceBeansPostProcessor
-
-