JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.jboss.resteasy.annotations.providers.jaxb
Annotation Type Wrapped
@Target
({
PARAMETER
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
Wrapped
Put this on a method or parameter when you want to marshal or unmarshal a collection or array of JAXB objects
i.e.
Version:
$Revision: 1 $
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
element
String
namespace
String
prefix
Element Details
element
String
element
Default:
"collection"
namespace
String
namespace
Default:
""
prefix
String
prefix
Default:
""