Uses of Interface
org.springframework.hateoas.server.core.LastInvocationAware
Packages that use LastInvocationAware
-
Uses of LastInvocationAware in org.springframework.hateoas.server.core
Methods in org.springframework.hateoas.server.core that return LastInvocationAwareModifier and TypeMethodDescriptionstatic LastInvocationAwareDummyInvocationUtils.getLastInvocationAware(Class<?> type, Method method, Object[] parameters) Creates a simpleLastInvocationAwarefrom the given type, method and parameters.static LastInvocationAwareDummyInvocationUtils.getLastInvocationAware(Object source) Returns theLastInvocationAwareinstance from the given source, that essentially has to be a proxy created viaDummyInvocationUtils.methodOn(Class, Object...)and subsequentlinkTo(…)calls.static LastInvocationAwareDummyInvocationUtils.getLastInvocationAware(Method method, Object[] parameters) Creates a simpleLastInvocationAwarefor the given method and parameters.