Uses of Interface
org.springframework.hateoas.server.core.MethodInvocation
Packages that use MethodInvocation
-
Uses of MethodInvocation in org.springframework.hateoas.server.core
Methods in org.springframework.hateoas.server.core that return MethodInvocationModifier and TypeMethodDescription@Nullable MethodInvocationLastInvocationAware.getLastInvocation()Method parameters in org.springframework.hateoas.server.core with type arguments of type MethodInvocationModifier and TypeMethodDescriptionstatic <T extends LinkBuilder>
TWebHandler.linkTo(Object invocationValue, WebHandler.LinkBuilderCreator<T> creator, @Nullable BiFunction<org.springframework.web.util.UriComponentsBuilder, MethodInvocation, org.springframework.web.util.UriComponentsBuilder> additionalUriHandler, Function<UriMapping, org.springframework.web.util.UriComponentsBuilder> finisher, Supplier<org.springframework.core.convert.ConversionService> conversionService)