Interface OffsetScrollPositionHandlerMethodArgumentResolverCustomizer
public interface OffsetScrollPositionHandlerMethodArgumentResolverCustomizer
Callback interface that can be implemented by beans wishing to customize the
OffsetScrollPositionHandlerMethodArgumentResolver
configuration.- Since:
- 2.0
- Author:
- Yanming Zhou
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(OffsetScrollPositionHandlerMethodArgumentResolver offsetResolver) Customize the givenOffsetScrollPositionHandlerMethodArgumentResolver
.
-
Method Details
-
customize
Customize the givenOffsetScrollPositionHandlerMethodArgumentResolver
.- Parameters:
offsetResolver
- theOffsetScrollPositionHandlerMethodArgumentResolver
to customize, will never be null.
-