| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.boot.web.servlet.FilterRegistrationBean |
CPDecorator.addPostDecorator(java.lang.String path,
java.util.function.Consumer<CPResponseWrapper> postHandler) |
protected org.springframework.boot.web.servlet.FilterRegistrationBean |
CPDecorator.addPrePostDecorator(java.lang.String path,
java.util.function.Function<CPRequestWrapper,CPRequestWrapper> preHandler,
java.util.function.Consumer<CPResponseWrapper> postHandler) |
Copyright © 2020. All rights reserved.