java.lang.Object
io.fluxzero.sdk.tracking.handling.InputParameterResolver
- All Implemented Interfaces:
io.fluxzero.common.handling.ParameterResolver<Object>
public class InputParameterResolver
extends Object
implements io.fluxzero.common.handling.ParameterResolver<Object>
Resolves handler method parameters by simply injecting the input if the parameter type is assignable from the input
type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(Parameter parameter, Annotation methodAnnotation, Object value) resolve(Parameter parameter, Annotation methodAnnotation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxzero.common.handling.ParameterResolver
determinesSpecificity, mayApply, test