Interface HttpParameterAnnotation

All Known Implementing Classes:
HttpContentParameterAnnotation, HttpCookieParameterAnnotation, HttpHeaderParameterAnnotation, HttpPathParameterAnnotation, HttpQueryParameterAnnotation

public interface HttpParameterAnnotation
HTTP parameter annotation.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the name to extract the parameter value.
    Obtains the qualifier.
  • Method Details

    • getParameterName

      String getParameterName()
      Obtains the name to extract the parameter value.
      Returns:
      Name to extract the parameter value.
    • getQualifier

      String getQualifier()
      Obtains the qualifier.
      Returns:
      Qualifier.