Interface BeansPostProcessor
-
- All Known Implementing Classes:
SwaggerDocumentationPostProcessor
public interface BeansPostProcessor
-
-
Field Summary
Fields Modifier and Type Field Description static BeansPostProcessorDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends ClassNameAware>postProcess(java.util.Collection<? extends ClassNameAware> beans)
-
-
-
Field Detail
-
DEFAULT
static final BeansPostProcessor DEFAULT
-
-
Method Detail
-
postProcess
java.util.Collection<? extends ClassNameAware> postProcess(java.util.Collection<? extends ClassNameAware> beans)
-
-