Class UserParameterResolver
- java.lang.Object
-
- io.fluxcapacitor.javaclient.tracking.handling.authentication.UserParameterResolver
-
- All Implemented Interfaces:
ParameterResolver<Object>
public class UserParameterResolver extends Object implements ParameterResolver<Object>
-
-
Constructor Summary
Constructors Constructor Description UserParameterResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<Object,Object>resolve(Parameter p)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fluxcapacitor.common.handling.ParameterResolver
matches
-
-