Uses of Interface
org.springframework.cglib.core.internal.Function
Packages that use Function
Package
Description
Spring's repackaging of the
CGLIB core internal package
(for internal use only).
AssertJ support for MockMvc.
-
Uses of Function in org.springframework.cglib.core.internal
Fields in org.springframework.cglib.core.internal declared as FunctionModifier and TypeFieldDescriptionstatic final FunctionLoadingCache.IDENTITYLoadingCache.keyMapperLoadingCache.loaderMethods in org.springframework.cglib.core.internal that return FunctionConstructors in org.springframework.cglib.core.internal with parameters of type Function -
Uses of Function in org.springframework.test.web.servlet.assertj
Methods in org.springframework.test.web.servlet.assertj with parameters of type FunctionModifier and TypeMethodDescriptionHandlerResultAssert.isInvokedOn(Class<T> controllerType, Function<T, Object> handlerMethod) Verify that the handler is managed by the givenhandlerMethod.