Package io.vertigo.vega.webservice.stereotype
package io.vertigo.vega.webservice.stereotype
-
Annotation InterfacesClassDescriptionAnnotation that may be use to limit access to service.Annotation that may be use to limit access to service.Annotation that may be use to send a new access token for limit access to another service.Accept anonymous access.Indicates that the annotated method responds to HTTP DELETE requests.Documentation.Exclude fields from this annotated object.File attachment.Indicates that the annotated method responds to HTTP GET requests.Bind the value of a HTTP header to the annotated parameter.Include fields from this annotated object (not included fields are rejected).Bind the value of a field of an json object passed in http body, to the annotated parameter.Indicates that the annotated method responds to HTTP PUT requests.Bind the value of a path sub-element to the annotated parameter.Route path prefix.Indicates that the annotated method responds to HTTP POST requests.Indicates that the annotated method responds to HTTP PUT requests.Bind the value of a query parameter (url or post data) to the annotated parameter.Require API KEY.Invalidate session (so logout).No session access.It's means "No HTTP Session was created".Define some specific validators, on this annotated parameter.