Package net.officefloor.web
Class HttpPathParameter.HttpPathParameterNameFactory
java.lang.Object
net.officefloor.web.HttpPathParameter.HttpPathParameterNameFactory
- All Implemented Interfaces:
QualifierNameFactory<HttpPathParameter>
- Enclosing class:
- HttpPathParameter
public static class HttpPathParameter.HttpPathParameterNameFactory
extends Object
implements QualifierNameFactory<HttpPathParameter>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetQualifier(String name) Obtains the qualifier from name.getQualifierName(HttpPathParameter annotation) Obtains theQualifiername from theAnnotation.
-
Constructor Details
-
HttpPathParameterNameFactory
public HttpPathParameterNameFactory()
-
-
Method Details
-
getQualifier
Obtains the qualifier from name.- Parameters:
name- Name.- Returns:
- Qualifier.
-
getQualifierName
Description copied from interface:QualifierNameFactoryObtains theQualifiername from theAnnotation.- Specified by:
getQualifierNamein interfaceQualifierNameFactory<HttpPathParameter>- Parameters:
annotation-Annotationcontaining attributes to aid determining the name.- Returns:
- Qualified name.
-