Package net.officefloor.web
Class HttpQueryParameterAnnotation
java.lang.Object
net.officefloor.web.HttpQueryParameterAnnotation
- All Implemented Interfaces:
HttpParameterAnnotation
HttpQueryParameter annotation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionHttpQueryParameterAnnotation(String parameterName) Instantiate.HttpQueryParameterAnnotation(HttpQueryParameter annotation) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name to extract the parameter value.Obtains the qualifier.
-
Constructor Details
-
HttpQueryParameterAnnotation
Instantiate.- Parameters:
annotation-HttpQueryParameter.
-
HttpQueryParameterAnnotation
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.
-