Class PayloadParameterResolver
java.lang.Object
io.fluxcapacitor.javaclient.tracking.handling.PayloadParameterResolver
- All Implemented Interfaces:
ParameterResolver<HasMessage>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanmatches(Parameter p, Annotation methodAnnotation, HasMessage value, Object target) resolve(Parameter p, Annotation methodAnnotation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.common.handling.ParameterResolver
filterMessage
-
Constructor Details
-
PayloadParameterResolver
public PayloadParameterResolver()
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceParameterResolver<HasMessage>
-
matches
- Specified by:
matchesin interfaceParameterResolver<HasMessage>
-
determinesSpecificity
public boolean determinesSpecificity()- Specified by:
determinesSpecificityin interfaceParameterResolver<HasMessage>
-