Class RequestPathResolver
- java.lang.Object
-
- org.bremersee.apiclient.webflux.contract.spring.RequestPathResolver
-
- All Implemented Interfaces:
Function<Invocation,String>
public class RequestPathResolver extends Object implements Function<Invocation,String>
The request path resolver.- Author:
- Christian Bremer
-
-
Constructor Summary
Constructors Constructor Description RequestPathResolver()
-
-
-
Method Detail
-
apply
public String apply(Invocation invocation)
- Specified by:
apply
in interfaceFunction<Invocation,String>
-
-