Package net.officefloor.web
Class HttpPathParameterAnnotation
java.lang.Object
net.officefloor.web.HttpPathParameterAnnotation
- All Implemented Interfaces:
HttpParameterAnnotation
HttpPathParameter annotation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionHttpPathParameterAnnotation(String parameterName) Instantiate.HttpPathParameterAnnotation(HttpPathParameter annotation) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name to extract the parameter value.Obtains the qualifier.
-
Constructor Details
-
HttpPathParameterAnnotation
Instantiate.- Parameters:
annotation-HttpPathParameter.
-
HttpPathParameterAnnotation
Instantiate.- Parameters:
parameterName- Name to extract the parameter value.
-
-
Method Details
-
getParameterName
Description copied from interface:HttpParameterAnnotationObtains the name to extract the parameter value.- Specified by:
getParameterNamein interfaceHttpParameterAnnotation- Returns:
- Name to extract the parameter value.
-
getQualifier
Description copied from interface:HttpParameterAnnotationObtains the qualifier.- Specified by:
getQualifierin interfaceHttpParameterAnnotation- Returns:
- Qualifier.
-