T - The targetR - The routepublic interface MethodBasedRouteMatch<T,R> extends RouteMatch<R>, MethodExecutionHandle<T,R>
CLASS_NAME_SUFFIX, EMPTY_METADATA, VALUE_MEMBEREMPTY| Modifier and Type | Method and Description |
|---|---|
default Collection<Argument> |
getRequiredArguments()
Returns the required arguments for this RouteMatch<./p>
|
accept, call, decorate, execute, execute, fulfill, getBodyArgument, getDeclaringType, getProduces, getRequiredInput, getReturnType, getVariableValues, isExecutable, isRequiredInput, isSatisfiedgetExecutableMethodgetArguments, getDeclaringType, getTarget, invoke, ofgetArgumentNames, getArguments, getArgumentTypes, getDeclaringType, getMethodName, getReturnType, getTargetMethodclassValue, classValue, classValue, classValue, doubleValue, findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotation, getAnnotation, getAnnotationNameByStereotype, getAnnotationNameByStereotype, getAnnotationNames, getAnnotationNamesByStereotype, getAnnotationNamesByStereotype, getAnnotationType, getAnnotationTypeByStereotype, getAnnotationTypeByStereotype, getAnnotationTypesByStereotype, getAnnotationValuesByType, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotationNameByStereotype, getDeclaredAnnotationNames, getDeclaredAnnotationNamesByStereotype, getDeclaredAnnotationTypeByStereotype, getDeclaredAnnotationTypeByStereotype, getDeclaredAnnotationValuesByType, getDefaultValue, getDefaultValue, getDefaultValue, getDefaultValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValues, getValues, hasAnnotation, hasAnnotation, hasDeclaredAnnotation, hasDeclaredAnnotation, hasDeclaredStereotype, hasDeclaredStereotype, hasDeclaredStereotype, hasStereotype, hasStereotype, hasStereotype, hasStereotype, intValue, isAnnotationPresent, isDeclaredAnnotationPresent, isEmpty, isFalse, isFalse, isPresent, isPresent, isTrue, isTrue, longValue, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypegetAnnotationMetadatadefault Collection<Argument> getRequiredArguments()
Returns the required arguments for this RouteMatch<./p>
Note that this is not the save as ExecutionHandle.getArguments() as it will include a subset of the arguments
excluding those that have been subtracted from the URI variables.
getRequiredArguments in interface RouteMatch<R>