JavaScript is disabled on your browser.
Skip navigation links
RESTEasy Spring integration 3.0.0.Alpha2
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
|
Optional |
Required
Detail:
Field
|
Element
SEARCH:
Package
org.jboss.resteasy.springmvc.annotation
Annotation Type RestfulData
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
@Documented
public @interface
RestfulData
Version:
$Revision: 1 $
Author:
Solomn Duskis
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
[]
value
what content type does this support? This has the same allowed values as jakarta.ws.rs.Consumes
Field Details
value
static final
String
[]
value
what content type does this support? This has the same allowed values as jakarta.ws.rs.Consumes
See Also:
Consumes