Package org.wicketstuff.rest.annotations.parameters


package org.wicketstuff.rest.annotations.parameters
  • Annotation Interfaces
    Class
    Description
    This annotation indicates that the target annotation is meant for extracting the value of a method parameter from a specific source (like a request parameter, a cookie, etc...).
    This annotation indicates that the value of a method parameter must be read from a cookie.
    This annotation indicates that the value of a method parameter must be read from a header parameter.
    This annotation indicates that the value of a method parameter must be read from a given segment as matrix parameter.
    This annotation indicates that the value of a method parameter must be extracted from a path parameter.
    Annotation used to indicate that a method parameter must be extracted from the request body.
    This annotation indicates that the value of a method parameter must be read from a request parameter.